|
ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilEditClipboard. More...
Collaboration diagram for ilEditClipboard:Public Member Functions | |
| getContentObjectType () | |
| setAction ($a_action) | |
| getAction () | |
| getContentObjectId () | |
| storeContentObject ($a_type, $a_id, $a_action="cut") | |
| clear () | |
Class ilEditClipboard.
This class supports only a few basic clipboard functions for the editor and should be further elaborated in the future.
Definition at line 36 of file class.ilEditClipboard.php.
| ilEditClipboard::clear | ( | ) |
Definition at line 81 of file class.ilEditClipboard.php.
References $_SESSION.
Referenced by ilStructureObjectGUI\insertChapterClip(), ilObjContentObjectGUI\insertChapterClip(), ilStructureObjectGUI\insertPageClip(), ilStructureObjectGUI\pasteChapter(), ilObjContentObjectGUI\pasteChapter(), ilStructureObjectGUI\pastePage(), and ilObjContentObjectGUI\pastePage().
Here is the caller graph for this function:| ilEditClipboard::getAction | ( | ) |
Definition at line 55 of file class.ilEditClipboard.php.
References $_SESSION.
Referenced by ilStructureObjectGUI\insertChapterClip(), ilObjContentObjectGUI\insertChapterClip(), ilStructureObjectGUI\insertPageClip(), ilObjContentObjectGUI\pages(), ilObjContentObjectGUI\pasteChapter(), ilStructureObjectGUI\pastePage(), and ilObjContentObjectGUI\pastePage().
Here is the caller graph for this function:| ilEditClipboard::getContentObjectId | ( | ) |
Definition at line 67 of file class.ilEditClipboard.php.
References $_SESSION.
Referenced by ilStructureObjectGUI\pasteChapter(), ilObjContentObjectGUI\pasteChapter(), ilStructureObjectGUI\pastePage(), and ilObjContentObjectGUI\pastePage().
Here is the caller graph for this function:| ilEditClipboard::getContentObjectType | ( | ) |
Definition at line 38 of file class.ilEditClipboard.php.
References $_SESSION.
Referenced by ilObjContentObjectGUI\pages(), ilObjContentObjectGUI\pasteChapter(), and ilObjContentObjectGUI\pastePage().
Here is the caller graph for this function:| ilEditClipboard::setAction | ( | $a_action | ) |
Definition at line 50 of file class.ilEditClipboard.php.
References $_SESSION.
Referenced by ilStructureObjectGUI\copyItems(), ilObjContentObjectGUI\copyItems(), ilObjContentObjectGUI\copyPage(), ilStructureObjectGUI\cutItems(), ilObjContentObjectGUI\cutItems(), and ilObjContentObjectGUI\movePage().
Here is the caller graph for this function:| ilEditClipboard::storeContentObject | ( | $a_type, | |
| $a_id, | |||
$a_action = "cut" |
|||
| ) |
Definition at line 75 of file class.ilEditClipboard.php.
References $_SESSION.
Referenced by ilObjContentObjectGUI\copyChapter(), ilStructureObjectGUI\copyPage(), ilStructureObjectGUI\cutPage(), and ilObjContentObjectGUI\moveChapter().
Here is the caller graph for this function: