ILIAS
Release_4_0_x_branch Revision 61816
|
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 ilSCORM2004Node\insertChapterClip(), ilStructureObjectGUI\insertChapterClip(), ilObjContentObjectGUI\insertChapterClip(), ilSCORM2004Node\insertPageClip(), ilStructureObjectGUI\insertPageClip(), ilSCORM2004Node\insertScoClip(), ilStructureObjectGUI\pasteChapter(), ilObjContentObjectGUI\pasteChapter(), ilStructureObjectGUI\pastePage(), and ilObjContentObjectGUI\pastePage().
ilEditClipboard::getAction | ( | ) |
Definition at line 55 of file class.ilEditClipboard.php.
References $_SESSION.
Referenced by ilSCORM2004Node\insertChapterClip(), ilStructureObjectGUI\insertChapterClip(), ilObjContentObjectGUI\insertChapterClip(), ilSCORM2004Node\insertPageClip(), ilStructureObjectGUI\insertPageClip(), ilSCORM2004Node\insertScoClip(), ilObjContentObjectGUI\pages(), ilObjContentObjectGUI\pasteChapter(), ilStructureObjectGUI\pastePage(), ilObjContentObjectGUI\pastePage(), and ilPageObjectGUI\showPage().
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 ilPageObject\copyContents(), ilStructureObjectGUI\copyItems(), ilSCORM2004NodeGUI\copyItems(), ilObjSCORM2004LearningModuleGUI\copyItems(), ilObjContentObjectGUI\copyItems(), ilObjContentObjectGUI\copyPage(), ilStructureObjectGUI\cutItems(), ilSCORM2004NodeGUI\cutItems(), ilObjSCORM2004LearningModuleGUI\cutItems(), ilObjContentObjectGUI\cutItems(), ilObjContentObjectGUI\movePage(), and ilPageEditorGUI\paste().
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().