Interface ClipboardInterface
Interface ClipboardInterface.
This interface describes the internal clipboard of DcGeneral. The implementing class will store the values persistent to the input provider stored in the environment.
Direct known implementers
DcGeneral\Clipboard\DefaultClipboard
Namespace: DcGeneral\Clipboard
Package: DcGeneral\Clipboard
Located at Clipboard/ClipboardInterface.php
Package: DcGeneral\Clipboard
Located at Clipboard/ClipboardInterface.php
public
mixed
|
#
loadFrom(
Load the content of the clipboard from the input provider stored in the environment. |
public
mixed
|
#
saveTo(
Save the content of the clipboard to the input provider stored in the environment. |
public
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
array
|
|
public
|
#
setCircularIds( array $arrIds )
Set the ids ignored in the clipboard as they would create a circular reference when pasting. |
public
array
|
#
getCircularIds( )
Retrieve the ids ignored in the clipboard as they would create a circular reference when pasting. |
public
string
|
string |
MODE_COPY
|
'copy' |
#
Clipboard is in copy mode. |
string |
MODE_CUT
|
'cut' |
#
Clipboard is in cut mode. |
string |
MODE_CREATE
|
'create' |
#
Clipboard is in create mode. |