ILIAS
Release_3_10_x_branch Revision 61812
|
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 33 of file class.ilObjectStatusGUI.php.
& ilObjectStatusGUI::__initTableGUI | ( | ) |
Definition at line 110 of file class.ilObjectStatusGUI.php.
Referenced by __showObjectSummaryTable(), __showPermissionsTable(), and __showRolesTable().
ilObjectStatusGUI::__setTableGUIBasicData | ( | & | $tbl, |
& | $result_set, | ||
$from = "" |
|||
) |
Definition at line 117 of file class.ilObjectStatusGUI.php.
References $lng.
Referenced by __showObjectSummaryTable(), __showPermissionsTable(), and __showRolesTable().
ilObjectStatusGUI::__showObjectSummaryTable | ( | $a_result_set | ) |
Definition at line 175 of file class.ilObjectStatusGUI.php.
References $lng, $tpl, __initTableGUI(), __setTableGUIBasicData(), and ilUtil\getImagePath().
Referenced by getObjectSummary().
ilObjectStatusGUI::__showPermissionsTable | ( | $a_result_set | ) |
Definition at line 130 of file class.ilObjectStatusGUI.php.
References $lng, $tpl, __initTableGUI(), and __setTableGUIBasicData().
Referenced by getPermissionInfo().
ilObjectStatusGUI::__showRolesTable | ( | $a_result_set | ) |
Definition at line 155 of file class.ilObjectStatusGUI.php.
References $lng, $tpl, __initTableGUI(), and __setTableGUIBasicData().
Referenced by getRoleAssignmentInfo().
& ilObjectStatusGUI::executeCommand | ( | ) |
execute command
Definition at line 104 of file class.ilObjectStatusGUI.php.
ilObjectStatusGUI::getAssignedValidRoles | ( | ) |
Definition at line 223 of file class.ilObjectStatusGUI.php.
References ilRbacReview\_getOperationList(), and ilObjRole\_getTranslation().
Referenced by ilObjectStatusGUI().
ilObjectStatusGUI::getCommands | ( | $a_type | ) |
Definition at line 463 of file class.ilObjectStatusGUI.php.
References $location.
Referenced by getObjectSummary().
ilObjectStatusGUI::getHTML | ( | ) |
Definition at line 218 of file class.ilObjectStatusGUI.php.
ilObjectStatusGUI::getObjectSummary | ( | ) |
Definition at line 377 of file class.ilObjectStatusGUI.php.
References $cmd, $ilias, $lng, __showObjectSummaryTable(), getCommands(), and IL_NO_PARENT_ACCESS.
Referenced by ilObjectStatusGUI().
ilObjectStatusGUI::getPermissionInfo | ( | ) |
Definition at line 260 of file class.ilObjectStatusGUI.php.
References $lng, __showPermissionsTable(), and ilRbacReview\_getOperationList().
Referenced by ilObjectStatusGUI().
ilObjectStatusGUI::getRoleAssignmentInfo | ( | ) |
Definition at line 314 of file class.ilObjectStatusGUI.php.
References $lng, $tree, __showRolesTable(), and ilObjRole\_getTranslation().
Referenced by ilObjectStatusGUI().
ilObjectStatusGUI::ilObjectStatusGUI | ( | & | $a_obj | ) |
Constructor public.
Definition at line 49 of file class.ilObjectStatusGUI.php.
References $ilCtrl, $ilErr, $ilias, $lng, ilObjUser\_lookupId(), getAssignedValidRoles(), getObjectSummary(), getPermissionInfo(), getRoleAssignmentInfo(), and ilUtil\sendInfo().
ilObjectStatusGUI::$cmd |
Definition at line 41 of file class.ilObjectStatusGUI.php.
Referenced by getObjectSummary().
ilObjectStatusGUI::$ctrl |
Definition at line 43 of file class.ilObjectStatusGUI.php.
ilObjectStatusGUI::$cur_ref_id |
Definition at line 40 of file class.ilObjectStatusGUI.php.
ilObjectStatusGUI::$ilias |
Definition at line 36 of file class.ilObjectStatusGUI.php.
Referenced by getObjectSummary(), and ilObjectStatusGUI().
ilObjectStatusGUI::$lng |
Definition at line 35 of file class.ilObjectStatusGUI.php.
Referenced by __setTableGUIBasicData(), __showObjectSummaryTable(), __showPermissionsTable(), __showRolesTable(), getObjectSummary(), getPermissionInfo(), getRoleAssignmentInfo(), and ilObjectStatusGUI().
ilObjectStatusGUI::$mode |
Definition at line 42 of file class.ilObjectStatusGUI.php.
ilObjectStatusGUI::$rbacsystem |
Definition at line 39 of file class.ilObjectStatusGUI.php.
ilObjectStatusGUI::$tpl |
Definition at line 37 of file class.ilObjectStatusGUI.php.
Referenced by __showObjectSummaryTable(), __showPermissionsTable(), and __showRolesTable().
ilObjectStatusGUI::$tree |
Definition at line 38 of file class.ilObjectStatusGUI.php.
Referenced by getRoleAssignmentInfo().