ILIAS
Release_4_4_x_branch Revision 61816
|
Handles Administration commands (cut, delete paste) More...
Public Member Functions | |
__construct ($a_container) | |
Constructor. | |
getContainer () | |
Get container object. | |
delete () | |
Show delete confirmation. | |
performDelete () | |
Perform delete. | |
cut () | |
Cut object. | |
showMoveIntoObjectTree () | |
Show target selection. | |
showLinkIntoMultipleObjectsTree () | |
Target selection. | |
link () | |
Start linking object. | |
paste () | |
Paste object. | |
performPasteIntoMultipleObjects () |
Protected Attributes | |
$ctrl = null | |
$lng = null |
Private Attributes | |
$container = null |
Handles Administration commands (cut, delete paste)
Definition at line 34 of file class.ilAdministrationCommandGUI.php.
ilAdministrationCommandGUI::__construct | ( | $a_container | ) |
ilAdministrationCommandGUI::cut | ( | ) |
Cut object.
Definition at line 135 of file class.ilAdministrationCommandGUI.php.
References $_GET, $container, and getContainer().
ilAdministrationCommandGUI::delete | ( | ) |
Show delete confirmation.
Definition at line 63 of file class.ilAdministrationCommandGUI.php.
References $_GET, $_POST, $ilErr, $ilSetting, $tpl, ilObject\_lookupObjId(), ilObject\_lookupType(), ilObjectFactory\getClassByType(), getContainer(), ilUtil\getTypeIconPath(), and ilUtil\sendQuestion().
ilAdministrationCommandGUI::getContainer | ( | ) |
Get container object.
Definition at line 55 of file class.ilAdministrationCommandGUI.php.
References $container.
Referenced by cut(), delete(), link(), paste(), performDelete(), performPasteIntoMultipleObjects(), showLinkIntoMultipleObjectsTree(), and showMoveIntoObjectTree().
ilAdministrationCommandGUI::link | ( | ) |
Start linking object.
Definition at line 199 of file class.ilAdministrationCommandGUI.php.
References $_GET, $container, and getContainer().
ilAdministrationCommandGUI::paste | ( | ) |
Paste object.
Definition at line 216 of file class.ilAdministrationCommandGUI.php.
References $_GET, $container, $location, ilObject\_lookupObjId(), ilObject\_lookupType(), and getContainer().
ilAdministrationCommandGUI::performDelete | ( | ) |
Perform delete.
Definition at line 121 of file class.ilAdministrationCommandGUI.php.
References $_POST, $_SESSION, and getContainer().
ilAdministrationCommandGUI::performPasteIntoMultipleObjects | ( | ) |
Definition at line 236 of file class.ilAdministrationCommandGUI.php.
References $_GET, $container, $location, ilObject\_lookupObjId(), ilObject\_lookupType(), and getContainer().
ilAdministrationCommandGUI::showLinkIntoMultipleObjectsTree | ( | ) |
Target selection.
Definition at line 177 of file class.ilAdministrationCommandGUI.php.
References $_GET, $container, $location, ilObject\_lookupObjId(), ilObject\_lookupType(), and getContainer().
ilAdministrationCommandGUI::showMoveIntoObjectTree | ( | ) |
Show target selection.
Definition at line 153 of file class.ilAdministrationCommandGUI.php.
References $_GET, $container, $location, ilObject\_lookupObjId(), ilObject\_lookupType(), and getContainer().
|
private |
Definition at line 38 of file class.ilAdministrationCommandGUI.php.
Referenced by cut(), getContainer(), link(), paste(), performPasteIntoMultipleObjects(), showLinkIntoMultipleObjectsTree(), and showMoveIntoObjectTree().
|
protected |
Definition at line 36 of file class.ilAdministrationCommandGUI.php.
|
protected |
Definition at line 37 of file class.ilAdministrationCommandGUI.php.
Referenced by __construct().