Methods
Delegate all calls directly to current view.
__call(string $name, array $arguments) : mixed
Parameters
$name
string
Name of the method.
$arguments
array
Array of arguments.
Returns
mixed
Create a new instance.
__construct(string $strTable)
SuppressWarnings |
(PHPMD.CamelCaseVariableName) |
SuppressWarnings |
(PHPMD.Superglobals) |
Parameters
$strTable
string
The table name.
Magic getter.
__get(string $name) : mixed
deprecated |
magic access is deprecated. |
Parameters
$name
string
Name of the property to retrieve.
Exceptions
Returns
mixed
Do not use.
copy() : string
deprecated |
Only here as requirement of \editable |
Returns
string
Do not use.
create() : string
deprecated |
Only here as requirement of \editable |
Returns
string
Do not use.
cut() : string
deprecated |
Only here as requirement of \editable |
Returns
string
Do not use.
delete() : string
deprecated |
Only here as requirement of \listable |
Returns
string
Do not use.
edit() : string
deprecated |
Only here as requirement of \editable |
Returns
string
Retrieve the name of the data container.
getName() : string
Do not use.
getPalette() : void
deprecated |
Only here as requirement of \DataContainer |
Exceptions
Callback coming from the environment populator.
handlePopulateEnvironment(\ContaoCommunityAlliance\DcGeneral\Factory\Event\PopulateEnvironmentEvent $event) : void
This is used to get to know the environment here in the DC.
See the implementation in constructor and ExtendedLegacyDcaPopulator::populateCallback().
Parameters
Do not use.
move() : string
deprecated |
Only here as requirement of \editable |
Returns
string
Do not use.
show() : string
deprecated |
Only here as requirement of \listable |
Returns
string
Do not use.
showAll() : string
deprecated |
Only here as requirement of \listable |
Returns
string
Do not use.
undo() : string
deprecated |
Only here as requirement of \listable |
Returns
string
Call the desired user action with an implicit fallback to the "showAll" action when none has been requested.
callAction() : string
Call the table name callback.
getTablenameCallback(string $strTable) : string
SuppressWarnings |
(PHPMD.CamelCaseVariableName) |
SuppressWarnings |
(PHPMD.Superglobals) |
Parameters
$strTable
string
The current table name.
Returns
string
New name of current table.
Do not use.
save(mixed $varValue) : void
deprecated |
Only here as requirement of \DataContainer |
SuppressWarnings |
(PHPMD.UnusedFormalParameter) |
Parameters
Exceptions
Check if we have an ajax call currently and if so, execute the action accordingly.
checkAjaxCall() : void
SuppressWarnings |
(PHPMD.Superglobals) |
SuppressWarnings |
(PHPMD.CamelCaseVariableName) |
Properties