|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
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 ilSkillTreeNode\clearClipboard(), ilSCORM2004Node\insertAssetClip(), ilStructureObjectGUI\insertChapterClip(), ilSCORM2004Node\insertChapterClip(), ilObjContentObjectGUI\insertChapterClip(), ilSCORM2004Node\insertPageClip(), ilStructureObjectGUI\insertPageClip(), 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 ilLMPagesTableGUI\__construct(), ilSCORM2004Node\insertAssetClip(), ilStructureObjectGUI\insertChapterClip(), ilSCORM2004Node\insertChapterClip(), ilObjContentObjectGUI\insertChapterClip(), ilSkillTreeNode\insertItemsFromClip(), ilSCORM2004Node\insertPageClip(), ilStructureObjectGUI\insertPageClip(), ilObjContentObjectGUI\pastePage(), and ilPageObjectGUI\showPage().
Here is the caller graph for this function:| ilEditClipboard::getContentObjectId | ( | ) |
Definition at line 67 of file class.ilEditClipboard.php.
References $_SESSION.
Referenced by 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 ilLMPagesTableGUI\__construct(), 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 ilPageObject\copyContents(), ilObjSCORM2004LearningModuleGUI\copyItems(), ilSCORM2004NodeGUI\copyItems(), ilStructureObjectGUI\copyItems(), ilObjContentObjectGUI\copyItems(), ilSkillTreeNodeGUI\copyItems(), ilObjContentObjectGUI\copyPage(), ilObjContentObjectGUI\cutItems(), ilObjSCORM2004LearningModuleGUI\cutItems(), ilSCORM2004NodeGUI\cutItems(), ilStructureObjectGUI\cutItems(), ilSkillTreeNodeGUI\cutItems(), ilObjContentObjectGUI\movePage(), and ilPageEditorGUI\paste().
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\moveChapter().
Here is the caller graph for this function: