Class Clipboard.

Default implementation of the clipboard.

 Methods

{@inheritDoc}

clear() 

{@inheritDoc}

copy($ids) 
deprecated

Parameters

$ids

{@inheritDoc}

create($parentId) 
deprecated

Parameters

$parentId

{@inheritDoc}

cut($ids) 
deprecated

Parameters

$ids

{@inheritDoc}

fetch(\ContaoCommunityAlliance\DcGeneral\Clipboard\FilterInterface $filter) 

Parameters

$filter

{@inheritDoc}

getCircularIds() 
deprecated

{@inheritDoc}

getContainedIds() 
deprecated

{@inheritdoc}

getMode() 
deprecated

{@inheritDoc}

getParent() 
deprecated

{@inheritDoc}

has(\ContaoCommunityAlliance\DcGeneral\Clipboard\ItemInterface $item) 

Parameters

$item

{@inheritDoc}

hasId(\ContaoCommunityAlliance\DcGeneral\Data\ModelIdInterface $modelId) 

Parameters

$modelId

{@inheritDoc}

isCopy() 
deprecated

{@inheritDoc}

isCreate() 
deprecated

{@inheritDoc}

isCut() 
deprecated

{@inheritDoc}

isEmpty(\ContaoCommunityAlliance\DcGeneral\Clipboard\FilterInterface $filter) 

Parameters

$filter

{@inheritDoc}

isNotEmpty(\ContaoCommunityAlliance\DcGeneral\Clipboard\FilterInterface $filter) 

Parameters

$filter

{@inheritDoc}

loadFrom($objEnvironment) 

Parameters

$objEnvironment

{@inheritDoc}

push(\ContaoCommunityAlliance\DcGeneral\Clipboard\ItemInterface $item) 

Parameters

$item

{@inheritDoc}

remove(\ContaoCommunityAlliance\DcGeneral\Clipboard\ItemInterface $item) 

Parameters

$item

{@inheritDoc}

removeById(\ContaoCommunityAlliance\DcGeneral\Data\ModelIdInterface $modelId) 

Parameters

$modelId

{@inheritDoc}

saveTo($objEnvironment) 

Parameters

$objEnvironment

{@inheritDoc}

setCircularIds($arrIds) 
deprecated

Parameters

$arrIds

{@inheritDoc}

setContainedIds($arrIds) 
deprecated

Parameters

$arrIds

 Properties

 

The ids that will create a circular reference and therefore shall get ignored for pasting.

$arrCircularIds : array
deprecated
 

The ids contained.

$arrIds : array
deprecated
 

The current mode the clipboard is in.

$mode : string
deprecated
 

The id of the parent element for create mode.

$parentId : string
deprecated