{@inheritdoc}
__construct(string $action, \ContaoCommunityAlliance\DcGeneral\Data\ModelIdInterface|null $parentId, \ContaoCommunityAlliance\DcGeneral\Data\ModelIdInterface|null $modelId)
string
The action being performed.
\ContaoCommunityAlliance\DcGeneral\Data\ModelIdInterface
null
The id of the parent model (null for no parent).
\ContaoCommunityAlliance\DcGeneral\Data\ModelIdInterface
null
The id of the model the action covers (may be null for "create" only).
\InvalidArgumentException |
When the action is not one of create, cut, copy or deep copy. |
---|
equals(\ContaoCommunityAlliance\DcGeneral\Clipboard\ItemInterface $item)
getAction()
getModelId()
getParentId()
isCopy()
isCreate()
isCut()
isDeepCopy()
$action : string