ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilObjContentPageAccess. More...
Static Public Member Functions | |||||||||||||
static | _getCommands () | ||||||||||||
static | _checkGoto ($a_target) | ||||||||||||
static | getConditionOperators () | ||||||||||||
Returns an array with valid operators for the specific object type. More... | |||||||||||||
static | checkCondition ($a_trigger_obj_id, $a_operator, $a_value, $a_usr_id) | ||||||||||||
check condition for a specific user and object
| |||||||||||||
Static Public Member Functions inherited from ilObjectAccess | |||||||||||||
static | _getCommands () | ||||||||||||
get commands More... | |||||||||||||
static | _checkGoto ($a_target) | ||||||||||||
check whether goto script will succeed More... | |||||||||||||
static | _isOffline ($a_obj_id) | ||||||||||||
Type-specific implementation of general status, has to be overwritten if object type does not support centralized offline handling. More... | |||||||||||||
static | _preloadData ($a_obj_ids, $a_ref_ids) | ||||||||||||
Preload data. More... | |||||||||||||
Additional Inherited Members | ||||
Public Member Functions inherited from ilObjectAccess | ||||
_checkAccess ($a_cmd, $a_permission, $a_ref_id, $a_obj_id, $a_user_id="") | ||||
Checks wether a user may invoke a command or not (this method is called by ilAccessHandler::checkAccess) More... | ||||
_checkCondition ($a_obj_id, $a_operator, $a_value, $a_usr_id) | ||||
check condition More... | ||||
canBeDelivered (ilWACPath $ilWACPath) | ||||
| ||||
Data Fields inherited from ilContentPageObjectConstants | ||||
const | OBJ_TYPE = 'copa' | |||
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_DOWNLOAD_PARAGRAPH = 'download_paragraph' | |||
const | UI_TAB_ID_CONTENT = 'content' | |||
const | UI_TAB_ID_INFO = 'info_short' | |||
const | UI_TAB_ID_SETTINGS = 'settings' | |||
const | UI_TAB_ID_ICON = 'icon' | |||
const | UI_TAB_ID_STYLE = 'style' | |||
const | UI_TAB_ID_LP = 'learning_progress' | |||
const | UI_TAB_ID_EXPORT = 'export' | |||
const | UI_TAB_ID_PERMISSIONS = 'perm_settings' | |||
Class ilObjContentPageAccess.
Definition at line 7 of file class.ilObjContentPageAccess.php.
|
static |
Definition at line 34 of file class.ilObjContentPageAccess.php.
|
static |
Definition at line 12 of file class.ilObjContentPageAccess.php.
Referenced by ilObjContentPageListGUI\init().
|
static |
check condition for a specific user and object
type | $a_trigger_obj_id | |
type | $a_operator | |
type | $a_value | |
type | $a_usr_id |
Implements ilConditionHandling.
Definition at line 56 of file class.ilObjContentPageAccess.php.
|
static |
Returns an array with valid operators for the specific object type.
Implements ilConditionHandling.
Definition at line 48 of file class.ilObjContentPageAccess.php.