ILIAS
Release_4_0_x_branch Revision 61816
|
This class displays the permission status of a user concerning a specific object. More...
Public Member Functions | |
ilObjectStatusGUI (&$a_obj) | |
Constructor public. | |
& | executeCommand () |
execute command | |
& | __initTableGUI () |
__setTableGUIBasicData (&$tbl, &$result_set, $from="") | |
__showPermissionsTable ($a_result_set) | |
__showRolesTable ($a_result_set) | |
__showObjectSummaryTable ($a_result_set) | |
getHTML () | |
getAssignedValidRoles () | |
getPermissionInfo () | |
getRoleAssignmentInfo () | |
getObjectSummary () | |
getCommands ($a_type) |
Data Fields | |
$lng | |
$ilias | |
$tpl | |
$tree | |
$rbacsystem | |
$cur_ref_id | |
$cmd | |
$mode | |
$ctrl |
This class displays the permission status of a user concerning a specific object.
("Permissions" -> "Permission of User")
Definition at line 13 of file class.ilObjectStatusGUI.php.
& ilObjectStatusGUI::__initTableGUI | ( | ) |
Definition at line 90 of file class.ilObjectStatusGUI.php.
Referenced by __showObjectSummaryTable(), __showPermissionsTable(), and __showRolesTable().
ilObjectStatusGUI::__setTableGUIBasicData | ( | & | $tbl, |
& | $result_set, | ||
$from = "" |
|||
) |
Definition at line 97 of file class.ilObjectStatusGUI.php.
References $lng.
Referenced by __showObjectSummaryTable(), __showPermissionsTable(), and __showRolesTable().
ilObjectStatusGUI::__showObjectSummaryTable | ( | $a_result_set | ) |
Definition at line 155 of file class.ilObjectStatusGUI.php.
References $lng, $tpl, __initTableGUI(), __setTableGUIBasicData(), and ilUtil\getImagePath().
Referenced by getObjectSummary().
ilObjectStatusGUI::__showPermissionsTable | ( | $a_result_set | ) |
Definition at line 110 of file class.ilObjectStatusGUI.php.
References $lng, $tpl, __initTableGUI(), and __setTableGUIBasicData().
Referenced by getPermissionInfo().
ilObjectStatusGUI::__showRolesTable | ( | $a_result_set | ) |
Definition at line 135 of file class.ilObjectStatusGUI.php.
References $lng, $tpl, __initTableGUI(), and __setTableGUIBasicData().
Referenced by getRoleAssignmentInfo().
& ilObjectStatusGUI::executeCommand | ( | ) |
execute command
Definition at line 84 of file class.ilObjectStatusGUI.php.
ilObjectStatusGUI::getAssignedValidRoles | ( | ) |
Definition at line 203 of file class.ilObjectStatusGUI.php.
References ilRbacReview\_getOperationList(), and ilObjRole\_getTranslation().
Referenced by ilObjectStatusGUI().
ilObjectStatusGUI::getCommands | ( | $a_type | ) |
Definition at line 472 of file class.ilObjectStatusGUI.php.
References $location.
Referenced by getObjectSummary().
ilObjectStatusGUI::getHTML | ( | ) |
Definition at line 198 of file class.ilObjectStatusGUI.php.
ilObjectStatusGUI::getObjectSummary | ( | ) |
Definition at line 372 of file class.ilObjectStatusGUI.php.
References $cmd, $ilias, $lng, __showObjectSummaryTable(), getCommands(), and IL_NO_PARENT_ACCESS.
Referenced by ilObjectStatusGUI().
ilObjectStatusGUI::getPermissionInfo | ( | ) |
Definition at line 240 of file class.ilObjectStatusGUI.php.
References $lng, __showPermissionsTable(), ilRbacReview\_getOperationList(), and ilPlugin\lookupTxt().
Referenced by ilObjectStatusGUI().
ilObjectStatusGUI::getRoleAssignmentInfo | ( | ) |
Definition at line 309 of file class.ilObjectStatusGUI.php.
References $lng, $tree, __showRolesTable(), and ilObjRole\_getTranslation().
Referenced by ilObjectStatusGUI().
ilObjectStatusGUI::ilObjectStatusGUI | ( | & | $a_obj | ) |
Constructor public.
Definition at line 29 of file class.ilObjectStatusGUI.php.
References $_POST, $ilCtrl, $ilErr, $ilias, $lng, ilObjUser\_lookupId(), getAssignedValidRoles(), getObjectSummary(), getPermissionInfo(), getRoleAssignmentInfo(), ilUtil\sendFailure(), and ilUtil\sendInfo().
ilObjectStatusGUI::$cmd |
Definition at line 21 of file class.ilObjectStatusGUI.php.
Referenced by getObjectSummary().
ilObjectStatusGUI::$ctrl |
Definition at line 23 of file class.ilObjectStatusGUI.php.
ilObjectStatusGUI::$cur_ref_id |
Definition at line 20 of file class.ilObjectStatusGUI.php.
ilObjectStatusGUI::$ilias |
Definition at line 16 of file class.ilObjectStatusGUI.php.
Referenced by getObjectSummary(), and ilObjectStatusGUI().
ilObjectStatusGUI::$lng |
Definition at line 15 of file class.ilObjectStatusGUI.php.
Referenced by __setTableGUIBasicData(), __showObjectSummaryTable(), __showPermissionsTable(), __showRolesTable(), getObjectSummary(), getPermissionInfo(), getRoleAssignmentInfo(), and ilObjectStatusGUI().
ilObjectStatusGUI::$mode |
Definition at line 22 of file class.ilObjectStatusGUI.php.
ilObjectStatusGUI::$rbacsystem |
Definition at line 19 of file class.ilObjectStatusGUI.php.
ilObjectStatusGUI::$tpl |
Definition at line 17 of file class.ilObjectStatusGUI.php.
Referenced by __showObjectSummaryTable(), __showPermissionsTable(), and __showRolesTable().
ilObjectStatusGUI::$tree |
Definition at line 18 of file class.ilObjectStatusGUI.php.
Referenced by getRoleAssignmentInfo().