Class ContaoDataProviderInformation.
getClassName() : string
string
getInitializationData() : mixed
mixed
getTableName() : string
string
setClassName(string $className) : \ContaoCommunityAlliance\DcGeneral\Contao\Dca\ContaoDataProviderInformation
string
The name of the data provider class to use.
setInitializationData(mixed $initializationData) : \ContaoCommunityAlliance\DcGeneral\Contao\Dca\ContaoDataProviderInformation
mixed
The initialization data the data provider class expects.
setTableName(string $tableName) : \ContaoCommunityAlliance\DcGeneral\Contao\Dca\ContaoDataProviderInformation
string
The name of the table in the database.
$className : string
$initializationData : mixed
$tableName : string