Interface DcGeneralFactoryInterface
This interface describes a DcGeneral factory.
The factory is responsible for creating a DcGeneral instance including the data definition container and environment.
Direct known implementers
DcGeneral\Factory\DcGeneralFactory
Namespace: DcGeneral\Factory
Package: DcGeneral\Factory
Located at Factory/DcGeneralFactoryInterface.php
Package: DcGeneral\Factory
Located at Factory/DcGeneralFactoryInterface.php
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
#
setContainerClassName( string $containerClassName )
Set the class name to use as data definition container. |
public
string
|
|
public
|
|
public
string
|
|
public
|
#
setEventPropagator( DcGeneral\DcGeneral\Event\EventPropagatorInterface $eventPropagator )
Set the event propagator to use. |
public
|
|
public
|
#
setTranslator( ContaoCommunityAlliance\Translator\TranslatorInterface $translator )
Set the translator to use. |
public
ContaoCommunityAlliance\Translator\TranslatorInterface
|
|
public
|
#
setEnvironment( DcGeneral\DcGeneral\EnvironmentInterface $environment = null )
Set the environment to use. |
public
|
|
public
|
#
setDataContainer( DcGeneral\DcGeneral\DataDefinition\ContainerInterface $dataContainer = null )
Set the data definition container to use. |
public
|
|
public
|
|
public
|
|
public
|