| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilObjectPermissionStatusGUI:Public Member Functions | |
| __construct (ilObject $a_obj) | |
| Constructor  public.  More... | |
| executeCommand () | |
| execute command  More... | |
| perminfo () | |
| cmd function  More... | |
| addToolbar () | |
| Creates Toolbar entries.  More... | |
| accessStatusInfo () | |
| Access- and Statusinformation Info.  More... | |
| accessPermissionsTable () | |
| Access Permissions Table.  More... | |
| getAssignedValidRoles () | |
| get Assigned Valid Roles  More... | |
| getCommands (string $a_type) | |
| get Commands  More... | |
| getUser () | |
| ilUser  More... | |
| getAccessStatusInfoData () | |
| Access Status Info Data.  More... | |
| getAccessPermissionTableData () | |
| Access Permissions Table Data.  More... | |
Data Fields | |
| ilObjUser | $user | 
| const | IMG_OK = 0 | 
| const | IMG_NOT_OK = 1 | 
Protected Attributes | |
| ilLanguage | $lng | 
| ilCtrlInterface | $ctrl | 
| ilGlobalTemplateInterface | $tpl | 
| ilObject | $object | 
| ilRbacReview | $rbacreview | 
| ilToolbarGUI | $toolbar | 
| array | $user_roles | 
| array | $global_roles | 
| array | $valid_roles | 
| array | $assigned_valid_roles | 
Private Member Functions | |
| availableRolesTable () | |
| Available Roles Table.  More... | |
| getAvailableRolesTableData () | |
| Available Roles Table Data.  More... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning This class displays the permission status of a user concerning a specific object. ("Permissions" -> "Permission of User")
Definition at line 28 of file class.ilObjectPermissionStatusGUI.php.
| ilObjectPermissionStatusGUI::__construct | ( | ilObject | $a_obj | ) | 
Constructor public.
Definition at line 50 of file class.ilObjectPermissionStatusGUI.php.
References $DIC, ILIAS\Repository\ctrl(), getAssignedValidRoles(), getUser(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ILIAS\Repository\toolbar(), and ILIAS\Repository\user().
 Here is the call graph for this function:| ilObjectPermissionStatusGUI::accessPermissionsTable | ( | ) | 
Access Permissions Table.
Definition at line 144 of file class.ilObjectPermissionStatusGUI.php.
References getAccessPermissionTableData(), and ILIAS\Repository\lng().
Referenced by perminfo().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjectPermissionStatusGUI::accessStatusInfo | ( | ) | 
Access- and Statusinformation Info.
Definition at line 127 of file class.ilObjectPermissionStatusGUI.php.
References $data, ILIAS\Repository\ctrl(), getAccessStatusInfoData(), and ILIAS\Repository\lng().
Referenced by perminfo().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjectPermissionStatusGUI::addToolbar | ( | ) | 
Creates Toolbar entries.
Definition at line 109 of file class.ilObjectPermissionStatusGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\toolbar(), and ILIAS\Repository\user().
Referenced by perminfo().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Available Roles Table.
Definition at line 158 of file class.ilObjectPermissionStatusGUI.php.
References getAvailableRolesTableData(), and ILIAS\Repository\lng().
Referenced by perminfo().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjectPermissionStatusGUI::executeCommand | ( | ) | 
execute command
Definition at line 71 of file class.ilObjectPermissionStatusGUI.php.
References ILIAS\Repository\ctrl().
 Here is the call graph for this function:| ilObjectPermissionStatusGUI::getAccessPermissionTableData | ( | ) | 
Access Permissions Table Data.
Definition at line 340 of file class.ilObjectPermissionStatusGUI.php.
References $DIC, ilRbacReview\_getOperationList(), getAssignedValidRoles(), ILIAS\Repository\lng(), ilObjectPlugin\lookupTxtById(), ILIAS\Repository\object(), and ILIAS\Repository\user().
Referenced by accessPermissionsTable().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjectPermissionStatusGUI::getAccessStatusInfoData | ( | ) | 
Access Status Info Data.
Definition at line 253 of file class.ilObjectPermissionStatusGUI.php.
References $DIC, getAssignedValidRoles(), getCommands(), ilAccessInfo\IL_NO_PARENT_ACCESS, ilAccessInfo\IL_STATUS_MESSAGE, ILIAS\Repository\lng(), ILIAS\Repository\object(), and ILIAS\Repository\user().
Referenced by accessStatusInfo().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjectPermissionStatusGUI::getAssignedValidRoles | ( | ) | 
get Assigned Valid Roles
Definition at line 171 of file class.ilObjectPermissionStatusGUI.php.
References $assigned_valid_roles, ilRbacReview\_getOperationList(), ilObjRole\_getTranslation(), ILIAS\Repository\int(), ILIAS\Repository\object(), and SYSTEM_ROLE_ID.
Referenced by __construct(), getAccessPermissionTableData(), and getAccessStatusInfoData().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Available Roles Table Data.
Definition at line 417 of file class.ilObjectPermissionStatusGUI.php.
References $DIC, $path, ilObjRole\_getTranslation(), ilObjRole\_removeObjectId(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ilObjectPlugin\lookupTxtById(), and ILIAS\Repository\object().
Referenced by availableRolesTable().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjectPermissionStatusGUI::getCommands | ( | string | $a_type | ) | 
get Commands
Definition at line 206 of file class.ilObjectPermissionStatusGUI.php.
References $DIC, and $location.
Referenced by getAccessStatusInfoData().
 Here is the caller graph for this function:| ilObjectPermissionStatusGUI::getUser | ( | ) | 
ilUser
Definition at line 226 of file class.ilObjectPermissionStatusGUI.php.
References $DIC, $user, ilObjUser\_lookupId(), ilObjectFactory\getInstanceByObjId(), ilObject\getType(), and ILIAS\Repository\lng().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjectPermissionStatusGUI::perminfo | ( | ) | 
cmd function
Definition at line 94 of file class.ilObjectPermissionStatusGUI.php.
References accessPermissionsTable(), accessStatusInfo(), addToolbar(), availableRolesTable(), ilGlobalTemplateInterface\get(), ILIAS\Repository\lng(), and ilGlobalTemplateInterface\setVariable().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 41 of file class.ilObjectPermissionStatusGUI.php.
Referenced by getAssignedValidRoles().
      
  | 
  protected | 
Definition at line 32 of file class.ilObjectPermissionStatusGUI.php.
      
  | 
  protected | 
Definition at line 39 of file class.ilObjectPermissionStatusGUI.php.
      
  | 
  protected | 
Definition at line 31 of file class.ilObjectPermissionStatusGUI.php.
      
  | 
  protected | 
Definition at line 34 of file class.ilObjectPermissionStatusGUI.php.
      
  | 
  protected | 
Definition at line 35 of file class.ilObjectPermissionStatusGUI.php.
      
  | 
  protected | 
Definition at line 36 of file class.ilObjectPermissionStatusGUI.php.
      
  | 
  protected | 
Definition at line 33 of file class.ilObjectPermissionStatusGUI.php.
| ilObjUser ilObjectPermissionStatusGUI::$user | 
Definition at line 30 of file class.ilObjectPermissionStatusGUI.php.
Referenced by getUser().
      
  | 
  protected | 
Definition at line 38 of file class.ilObjectPermissionStatusGUI.php.
      
  | 
  protected | 
Definition at line 40 of file class.ilObjectPermissionStatusGUI.php.
| const ilObjectPermissionStatusGUI::IMG_NOT_OK = 1 | 
Definition at line 44 of file class.ilObjectPermissionStatusGUI.php.
| const ilObjectPermissionStatusGUI::IMG_OK = 0 | 
Definition at line 43 of file class.ilObjectPermissionStatusGUI.php.
Referenced by ilAccessPermissionsStatusTableGUI\fillRow(), and ilAvailableRolesStatusTableGUI\fillRow().