Class ContaoDataProviderInformation
Class ContaoDataProviderInformation.
This Information holds the details of a Contao data provider definition.
- DcGeneral\DataDefinition\DataProviderInformation implements DcGeneral\DataDefinition\DataProviderInformationInterface
-
DcGeneral\Contao\Dca\ContaoDataProviderInformation
Namespace: DcGeneral\Contao\Dca
Package: DcGeneral\Contao\Dca
Located at Contao/Dca/ContaoDataProviderInformation.php
Package: DcGeneral\Contao\Dca
Located at Contao/Dca/ContaoDataProviderInformation.php
public
|
|
public
string
|
|
public
|
#
setClassName( string $className )
Set the data provider class to use, defaults to 'DcGeneral\Data\DefaultDataProvider'. |
public
string
|
|
public
|
#
setInitializationData( mixed $initializationData )
Set the data to use for initialization of the data provider. |
public
mixed
|
getName(),
isVersioningEnabled(),
setName(),
setVersioningEnabled()
|
protected
string
|
$tableName |
|
#
The table name to use. |
protected
string
|
$className | 'DcGeneral\Data\DefaultDataProvider' |
#
Name of the provider class to use. |
protected
mixed
|
$initializationData |
|
#
Custom initialization data to be passed to the constructor of the data provider class. |
$name,
$versioningEnabled
|