ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilEditClipboard. More...
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().
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().
ilEditClipboard::getContentObjectId | ( | ) |
Definition at line 67 of file class.ilEditClipboard.php.
References $_SESSION.
Referenced by ilStructureObjectGUI\pasteChapter(), ilObjContentObjectGUI\pasteChapter(), ilStructureObjectGUI\pastePage(), and ilObjContentObjectGUI\pastePage().
ilEditClipboard::getContentObjectType | ( | ) |
Definition at line 38 of file class.ilEditClipboard.php.
References $_SESSION.
Referenced by ilObjContentObjectGUI\pages(), ilObjContentObjectGUI\pasteChapter(), and ilObjContentObjectGUI\pastePage().
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().
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().