| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ilObjContentPageAccess:
 Collaboration diagram for ilObjContentPageAccess:Static Public Member Functions | |
| static | _getCommands () | 
| static | _checkGoto (string $target) | 
| static | getConditionOperators () | 
| Returns an array with valid operators for the specific object type.  More... | |
| static | checkCondition (int $a_trigger_obj_id, string $a_operator, string $a_value, int $a_usr_id) | 
| check condition for a specific user and object  More... | |
  Static Public Member Functions inherited from ilObjectAccess | |
| static | _getCommands () | 
| get commands  More... | |
| static | _checkGoto (string $target) | 
| check whether goto script will succeed  More... | |
| static | _isOffline (int $obj_id) | 
| Type-specific implementation of general status, has to be overwritten if object type does not support centralized offline handling.  More... | |
| static | _preloadData (array $obj_ids, array $ref_ids) | 
| Preload data.  More... | |
Additional Inherited Members | |
  Public Member Functions inherited from ilObjectAccess | |
| _checkAccess (string $cmd, string $permission, int $ref_id, int $obj_id, ?int $user_id=null) | |
| Checks whether a user may invoke a command or not (this method is called by ilAccessHandler::checkAccess)  More... | |
| canBeDelivered (ilWACPath $ilWACPath) | |
  Data Fields inherited from ilContentPageObjectConstants | |
| const | OBJ_TYPE = 'copa' | 
| const | HTTP_PARAM_PAGE_EDITOR_STYLE_CONTEXT = 'page_editor_style' | 
| const | UI_CMD_VIEW = 'view' | 
| const | UI_CMD_EDIT = 'edit' | 
| const | UI_CMD_UPDATE = 'update' | 
| const | UI_CMD_COPAGE_DOWNLOAD_FILE = 'downloadFile' | 
| const | UI_CMD_COPAGE_DISPLAY_FULLSCREEN = 'displayMediaFullscreen' | 
| const | UI_CMD_COPAGE_DISPLAY_MEDIA = 'displayMedia' | 
| const | UI_CMD_COPAGE_DOWNLOAD_PARAGRAPH = 'download_paragraph' | 
| const | UI_CMD_COPAGE_EDIT = 'edit' | 
| const | UI_CMD_STYLES_EDIT = 'editStyleProperties' | 
| const | UI_TAB_ID_CONTENT = 'content' | 
| const | UI_TAB_ID_INFO = 'info_short' | 
| const | UI_TAB_ID_SETTINGS = 'settings' | 
| const | UI_TAB_ID_STYLE = 'style' | 
| const | UI_TAB_ID_I18N = 'i18n' | 
| const | UI_TAB_ID_LP = 'learning_progress' | 
| const | UI_TAB_ID_EXPORT = 'export' | 
| const | UI_TAB_ID_PERMISSIONS = 'perm_settings' | 
| const | UI_TAB_ID_MD = 'meta_data' | 
Definition at line 21 of file class.ilObjContentPageAccess.php.
      
  | 
  static | 
Definition at line 42 of file class.ilObjContentPageAccess.php.
      
  | 
  static | 
Definition at line 23 of file class.ilObjContentPageAccess.php.
Referenced by ilObjContentPageListGUI\init().
 Here is the caller graph for this function:
      
  | 
  static | 
check condition for a specific user and object
Implements ilConditionHandling.
Definition at line 58 of file class.ilObjContentPageAccess.php.
      
  | 
  static | 
Returns an array with valid operators for the specific object type.
Implements ilConditionHandling.
Definition at line 53 of file class.ilObjContentPageAccess.php.