|
ILIAS
release_4-3 Revision
|
Handles Administration commands (cut, delete paste) More...
Collaboration diagram for ilAdministrationCommandGUI: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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| ilAdministrationCommandGUI::link | ( | ) |
Start linking object.
Definition at line 199 of file class.ilAdministrationCommandGUI.php.
References $_GET, $container, and getContainer().
Here is the call graph for this function:| ilAdministrationCommandGUI::paste | ( | ) |
Paste object.
Definition at line 216 of file class.ilAdministrationCommandGUI.php.
References $_GET, $container, $location, ilObject\_lookupObjId(), ilObject\_lookupType(), and getContainer().
Here is the call graph for this function:| ilAdministrationCommandGUI::performDelete | ( | ) |
Perform delete.
Definition at line 121 of file class.ilAdministrationCommandGUI.php.
References $_POST, $_SESSION, and getContainer().
Here is the call graph for this function:| ilAdministrationCommandGUI::performPasteIntoMultipleObjects | ( | ) |
Definition at line 236 of file class.ilAdministrationCommandGUI.php.
References $_GET, $container, $location, ilObject\_lookupObjId(), ilObject\_lookupType(), and getContainer().
Here is the call graph for this function:| ilAdministrationCommandGUI::showLinkIntoMultipleObjectsTree | ( | ) |
Target selection.
Definition at line 177 of file class.ilAdministrationCommandGUI.php.
References $_GET, $container, $location, ilObject\_lookupObjId(), ilObject\_lookupType(), and getContainer().
Here is the call graph for this function:| ilAdministrationCommandGUI::showMoveIntoObjectTree | ( | ) |
Show target selection.
Definition at line 153 of file class.ilAdministrationCommandGUI.php.
References $_GET, $container, $location, ilObject\_lookupObjId(), ilObject\_lookupType(), and getContainer().
Here is the call graph for this function:
|
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().