|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Handles Administration commands (cut, delete paste) More...
Collaboration diagram for ilAdministrationCommandGUI: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, error(), and settings().
Here is the call graph for this function:| ilAdministrationCommandGUI::cut | ( | ) |
Cut object.
Definition at line 165 of file class.ilAdministrationCommandGUI.php.
References $_GET, $container, $tree, and getContainer().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| ilAdministrationCommandGUI::link | ( | ) |
Start linking object.
Definition at line 228 of file class.ilAdministrationCommandGUI.php.
References $_GET, $container, $tree, and getContainer().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| ilAdministrationCommandGUI::performDelete | ( | ) |
Perform delete.
Definition at line 151 of file class.ilAdministrationCommandGUI.php.
References $_POST, $_SESSION, and getContainer().
Here is the call graph for this function:| ilAdministrationCommandGUI::performPasteIntoMultipleObjects | ( | ) |
Definition at line 265 of file class.ilAdministrationCommandGUI.php.
References $_GET, $container, $location, $obj_definition, $type, ilObject\_lookupObjId(), ilObject\_lookupType(), and getContainer().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
|
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.