ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Handles Administration commands (cut, delete paste) More...
Public Member Functions | |
getContainer () | |
delete () | |
performDelete () | |
cut () | |
showMoveIntoObjectTree () | |
showLinkIntoMultipleObjectsTree () | |
link () | |
showPasteTree () | |
paste () | |
performPasteIntoMultipleObjects () | |
Protected Attributes | |
ilGlobalTemplateInterface | $tpl |
ilSetting | $settings |
ilErrorHandling | $error |
ilTree | $tree |
ilObjectDefinition | $obj_definition |
ilCtrl | $ctrl = null |
ilLanguage | $lng = null |
AdminGUIRequest | $request |
Private Attributes | |
ilAdministrationCommandHandling | $container |
Handles Administration commands (cut, delete paste)
Definition at line 28 of file class.ilAdministrationCommandGUI.php.
ilAdministrationCommandGUI::cut | ( | ) |
Definition at line 120 of file class.ilAdministrationCommandGUI.php.
References $ref_id, $tree, ILIAS\Repository\ctrl(), getContainer(), and ilTree\getParentId().
ilAdministrationCommandGUI::delete | ( | ) |
Definition at line 68 of file class.ilAdministrationCommandGUI.php.
References $error, $ilErr, $ilSetting, $settings, $tpl, ilObject\_getIcon(), ilObject\_lookupObjId(), ilObject\_lookupType(), ILIAS\Repository\ctrl(), ilObjectFactory\getClassByType(), getContainer(), ILIAS\Repository\lng(), and ILIAS\UICore\GlobalTemplate\setContent().
ilAdministrationCommandGUI::getContainer | ( | ) |
Definition at line 63 of file class.ilAdministrationCommandGUI.php.
References $container.
Referenced by cut(), delete(), link(), paste(), performDelete(), performPasteIntoMultipleObjects(), showLinkIntoMultipleObjectsTree(), showMoveIntoObjectTree(), and showPasteTree().
ilAdministrationCommandGUI::link | ( | ) |
Definition at line 168 of file class.ilAdministrationCommandGUI.php.
References $ref_id, $tree, ILIAS\Repository\ctrl(), getContainer(), and ilTree\getParentId().
ilAdministrationCommandGUI::paste | ( | ) |
Definition at line 194 of file class.ilAdministrationCommandGUI.php.
References $obj_definition, ilObject\_lookupObjId(), ilObject\_lookupType(), ILIAS\Repository\ctrl(), and getContainer().
ilAdministrationCommandGUI::performDelete | ( | ) |
Definition at line 110 of file class.ilAdministrationCommandGUI.php.
References ILIAS\Repository\ctrl(), getContainer(), and ilSession\set().
ilAdministrationCommandGUI::performPasteIntoMultipleObjects | ( | ) |
Definition at line 210 of file class.ilAdministrationCommandGUI.php.
References $obj_definition, ilObject\_lookupObjId(), ilObject\_lookupType(), ILIAS\Repository\ctrl(), and getContainer().
ilAdministrationCommandGUI::showLinkIntoMultipleObjectsTree | ( | ) |
Definition at line 151 of file class.ilAdministrationCommandGUI.php.
References $obj_definition, ilObject\_lookupObjId(), ilObject\_lookupType(), ILIAS\Repository\ctrl(), and getContainer().
ilAdministrationCommandGUI::showMoveIntoObjectTree | ( | ) |
Definition at line 134 of file class.ilAdministrationCommandGUI.php.
References $obj_definition, ilObject\_lookupObjId(), ilObject\_lookupType(), ILIAS\Repository\ctrl(), and getContainer().
ilAdministrationCommandGUI::showPasteTree | ( | ) |
Definition at line 181 of file class.ilAdministrationCommandGUI.php.
References $ref_id, $tree, ILIAS\Repository\ctrl(), getContainer(), and ilTree\getParentId().
|
private |
Definition at line 37 of file class.ilAdministrationCommandGUI.php.
Referenced by getContainer().
Definition at line 35 of file class.ilAdministrationCommandGUI.php.
|
protected |
Definition at line 32 of file class.ilAdministrationCommandGUI.php.
Referenced by delete().
|
protected |
Definition at line 36 of file class.ilAdministrationCommandGUI.php.
|
protected |
Definition at line 34 of file class.ilAdministrationCommandGUI.php.
Referenced by paste(), performPasteIntoMultipleObjects(), showLinkIntoMultipleObjectsTree(), and showMoveIntoObjectTree().
|
protected |
Definition at line 38 of file class.ilAdministrationCommandGUI.php.
|
protected |
Definition at line 31 of file class.ilAdministrationCommandGUI.php.
Referenced by delete().
|
protected |
Definition at line 30 of file class.ilAdministrationCommandGUI.php.
Referenced by delete().
|
protected |
Definition at line 33 of file class.ilAdministrationCommandGUI.php.
Referenced by cut(), link(), and showPasteTree().