Class DcGeneralFactory
Factory to create a DcGeneral instance.
- DcGeneral\Factory\DcGeneralFactory implements DcGeneral\Factory\DcGeneralFactoryInterface
protected
string
|
$environmentClassName | 'DcGeneral\DefaultEnvironment' |
#
The class name to use for the environment. |
protected
string
|
$containerName |
|
#
The name of the data container. |
protected
string
|
$containerClassName | 'DcGeneral\DataDefinition\DefaultContainer' |
#
The class name of the class to use for the data definition container. |
protected
string
|
$dcGeneralClassName | 'DcGeneral\DcGeneral' |
#
The class name of the class to use as DcGeneral. |
protected
|
$eventPropagator | null |
#
The event propagator to use. |
protected
ContaoCommunityAlliance\Translator\TranslatorInterface
|
$translator | null |
#
The translator that shall be used. |
protected
|
$environment | null |
#
The environment for the new instance. |
protected
|
$dataContainer | null |
#
The data definition container instance. |