ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Handles Administration commands (cut, delete paste) More...
Public Member Functions | |
__construct ($a_container) | |
Constructor. More... | |
getContainer () | |
Get container object. More... | |
delete () | |
Show delete confirmation. More... | |
performDelete () | |
Perform delete. More... | |
cut () | |
Cut object. More... | |
showPasteTree () | |
Show target selection. More... | |
showLinkIntoMultipleObjectsTree () | |
Target selection. More... | |
link () | |
Start linking object. More... | |
paste () | |
Paste object. More... | |
performPasteIntoMultipleObjects () | |
Protected Attributes | |
$tpl | |
$settings | |
$error | |
$tree | |
$obj_definition | |
$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 | ) |
Constructor.
Definition at line 68 of file class.ilAdministrationCommandGUI.php.
References $DIC, $ilCtrl, $lng, and settings().
ilAdministrationCommandGUI::cut | ( | ) |
Cut object.
Definition at line 165 of file class.ilAdministrationCommandGUI.php.
References $_GET, $container, $tree, and getContainer().
ilAdministrationCommandGUI::delete | ( | ) |
Show delete confirmation.
Definition at line 96 of file class.ilAdministrationCommandGUI.php.
References $_GET, $_POST, $error, $ilErr, $ilSetting, $settings, $tpl, $type, ilObject\_lookupObjId(), ilObject\_lookupType(), ilObjectFactory\getClassByType(), getContainer(), ilUtil\getTypeIconPath(), and ilUtil\sendQuestion().
ilAdministrationCommandGUI::getContainer | ( | ) |
Get container object.
Definition at line 88 of file class.ilAdministrationCommandGUI.php.
References $container.
Referenced by cut(), delete(), link(), paste(), performDelete(), performPasteIntoMultipleObjects(), showLinkIntoMultipleObjectsTree(), and showPasteTree().
ilAdministrationCommandGUI::link | ( | ) |
Start linking object.
Definition at line 228 of file class.ilAdministrationCommandGUI.php.
References $_GET, $container, $tree, and getContainer().
ilAdministrationCommandGUI::paste | ( | ) |
Paste object.
Definition at line 245 of file class.ilAdministrationCommandGUI.php.
References $_GET, $container, $location, $obj_definition, $type, ilObject\_lookupObjId(), ilObject\_lookupType(), and getContainer().
ilAdministrationCommandGUI::performDelete | ( | ) |
Perform delete.
Definition at line 151 of file class.ilAdministrationCommandGUI.php.
References $_POST, $_SESSION, and getContainer().
ilAdministrationCommandGUI::performPasteIntoMultipleObjects | ( | ) |
Definition at line 265 of file class.ilAdministrationCommandGUI.php.
References $_GET, $container, $location, $obj_definition, $type, ilObject\_lookupObjId(), ilObject\_lookupType(), and getContainer().
ilAdministrationCommandGUI::showLinkIntoMultipleObjectsTree | ( | ) |
Target selection.
Definition at line 206 of file class.ilAdministrationCommandGUI.php.
References $_GET, $container, $location, $obj_definition, $type, ilObject\_lookupObjId(), ilObject\_lookupType(), and getContainer().
ilAdministrationCommandGUI::showPasteTree | ( | ) |
Show target selection.
Definition at line 183 of file class.ilAdministrationCommandGUI.php.
References $_GET, $container, $location, $obj_definition, $type, ilObject\_lookupObjId(), ilObject\_lookupType(), and getContainer().
|
private |
Definition at line 63 of file class.ilAdministrationCommandGUI.php.
Referenced by cut(), getContainer(), link(), paste(), performPasteIntoMultipleObjects(), showLinkIntoMultipleObjectsTree(), and showPasteTree().
|
protected |
Definition at line 61 of file class.ilAdministrationCommandGUI.php.
|
protected |
Definition at line 49 of file class.ilAdministrationCommandGUI.php.
Referenced by delete().
|
protected |
Definition at line 62 of file class.ilAdministrationCommandGUI.php.
Referenced by __construct().
|
protected |
Definition at line 59 of file class.ilAdministrationCommandGUI.php.
Referenced by paste(), performPasteIntoMultipleObjects(), showLinkIntoMultipleObjectsTree(), and showPasteTree().
|
protected |
Definition at line 44 of file class.ilAdministrationCommandGUI.php.
Referenced by delete().
|
protected |
Definition at line 39 of file class.ilAdministrationCommandGUI.php.
Referenced by delete().
|
protected |
Definition at line 54 of file class.ilAdministrationCommandGUI.php.