Class CommandCollection.
Implementation of a command collection.
Methods
{@inheritdoc}
addCommand(\ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\View\CommandInterface $command, \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\View\CommandInterface $before)
Parameters
$command
$before
Exceptions
{@inheritdoc}
addCommands(array $commands, \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\View\CommandInterface $before)
Parameters
$commands
$before
Exceptions
{@inheritdoc}
clearCommands()
{@inheritdoc}
getCommandNamed($name)
Parameters
$name
Exceptions
{@inheritdoc}
getCommands()
{@inheritdoc}
hasCommand(\ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\View\CommandInterface $command)
{@inheritdoc}
hasCommandNamed($name)
{@inheritdoc}
removeCommand(\ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\View\CommandInterface $command)
{@inheritdoc}
removeCommandNamed($name)
Parameters
$name
Exceptions
{@inheritdoc}
removeCommands(array $commands)
{@inheritdoc}
setCommands(array $commands)
Properties