ILIAS
Release_4_0_x_branch Revision 61816
|
Repository GUI Utilities. More...
Public Member Functions | |
__construct ($a_parent_gui, $a_parent_cmd="") | |
Constructor. | |
showDeleteConfirmation ($a_ids, $a_supress_message=false) | |
Show delete confirmation table. | |
showTrashTable ($a_ref_id) | |
Get trashed objects for a container. | |
restoreObjects ($a_cur_ref_id, $a_ref_ids) | |
Restore objects from trash. | |
deleteObjects ($a_cur_ref_id, $a_ref_ids) | |
Delete objects. | |
removeObjectsFromSystem ($a_ref_ids, $a_from_recovery_folder=false) | |
Remove objects from system. |
ilRepUtilGUI::__construct | ( | $a_parent_gui, | |
$a_parent_cmd = "" |
|||
) |
Constructor.
object | parent gui object |
string | current parent command (like in table2gui) |
Definition at line 20 of file class.ilRepUtilGUI.php.
ilRepUtilGUI::deleteObjects | ( | $a_cur_ref_id, | |
$a_ref_ids | |||
) |
Delete objects.
Definition at line 136 of file class.ilRepUtilGUI.php.
References $ilSetting, $lng, ilUtil\sendFailure(), and ilUtil\sendSuccess().
ilRepUtilGUI::removeObjectsFromSystem | ( | $a_ref_ids, | |
$a_from_recovery_folder = false |
|||
) |
Remove objects from system.
Definition at line 171 of file class.ilRepUtilGUI.php.
References $lng, ilUtil\sendFailure(), and ilUtil\sendSuccess().
ilRepUtilGUI::restoreObjects | ( | $a_cur_ref_id, | |
$a_ref_ids | |||
) |
Restore objects from trash.
integer | current ref id |
array | array of ref ids to be restored |
Definition at line 107 of file class.ilRepUtilGUI.php.
References $lng, ilUtil\sendFailure(), and ilUtil\sendSuccess().
ilRepUtilGUI::showDeleteConfirmation | ( | $a_ids, | |
$a_supress_message = false |
|||
) |
Show delete confirmation table.
Definition at line 30 of file class.ilRepUtilGUI.php.
References $ilCtrl, $ilSetting, $lng, $ref_id, $title, $tpl, $type, ilObject\_getIcon(), ilObject\_lookupObjId(), ilObject\_lookupType(), ilObjectFactory\getClassByType(), ilPlugin\lookupTxt(), and ilUtil\sendFailure().
ilRepUtilGUI::showTrashTable | ( | $a_ref_id | ) |
Get trashed objects for a container.
interger | ref id of container |
Definition at line 83 of file class.ilRepUtilGUI.php.
References $lng, $tpl, and ilUtil\sendInfo().