|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilObjContentObjectAccess. More...
Inheritance diagram for ilObjSAHSLearningModuleAccess:
Collaboration diagram for ilObjSAHSLearningModuleAccess:Public Member Functions | ||||
| _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... | ||||
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) | ||||
| ||||
| canBeDelivered (ilWACPath $ilWACPath) | ||||
Static Public Member Functions | |
| static | getConditionOperators () |
| Get possible conditions operaditors. More... | |
| static | checkCondition ($a_trigger_obj_id, $a_operator, $a_value, $a_usr_id) |
| check condition More... | |
| static | _getCommands ($a_obj_id=null) |
| get commands More... | |
| static | _lookupEditable ($a_obj_id) |
| Lookup editable. More... | |
| static | _checkGoto ($a_target) |
| check whether goto script will succeed More... | |
| static | _lookupDiskUsage ($a_id) |
| Returns the number of bytes used on the harddisk by the learning module with the specified object id. More... | |
| static | _lookupUserIsOfflineMode ($a_obj_id) |
| Checks offlineMode and returns false if. More... | |
| static | _lookupOfflineModeAvailable ($a_id) |
| check wether learning module is online More... | |
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... | |
| 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 More... | |
Class ilObjContentObjectAccess.
Definition at line 17 of file class.ilObjSAHSLearningModuleAccess.php.
| ilObjSAHSLearningModuleAccess::_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)
| string | $a_cmd | command (not permission!) |
| string | $a_permission | permission |
| int | $a_ref_id | reference id |
| int | $a_obj_id | object id |
| int | $a_user_id | user id (if not provided, current user is taken) |
Reimplemented from ilObjectAccess.
Definition at line 73 of file class.ilObjSAHSLearningModuleAccess.php.
|
static |
check whether goto script will succeed
Reimplemented from ilObjectAccess.
Definition at line 174 of file class.ilObjSAHSLearningModuleAccess.php.
References $DIC.
|
static |
get commands
this method returns an array of all possible commands/permission combinations
example: $commands = array ( array("permission" => "read", "cmd" => "view", "lang_var" => "show"), array("permission" => "write", "cmd" => "edit", "lang_var" => "edit"), );
Definition at line 126 of file class.ilObjSAHSLearningModuleAccess.php.
References _lookupOfflineModeAvailable(), and _lookupUserIsOfflineMode().
Here is the call graph for this function:
|
static |
Returns the number of bytes used on the harddisk by the learning module with the specified object id.
| int | object id of a file object. |
Definition at line 196 of file class.ilObjSAHSLearningModuleAccess.php.
References ilUtil\dirsize(), and ilUtil\getWebspaceDir().
Referenced by ilObjSAHSLearningModule\getDiskUsage().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Lookup editable.
Definition at line 155 of file class.ilObjSAHSLearningModuleAccess.php.
Referenced by ilSAHSPresentationGUI\executeCommand(), ilObjSAHSLearningModuleListGUI\getCommandLink(), and ilObjSAHSLearningModuleListGUI\getProperties().
Here is the caller graph for this function:
|
static |
check wether learning module is online
Definition at line 231 of file class.ilObjSAHSLearningModuleAccess.php.
References $DIC, $ilDB, and ilUtil\yn2tf().
Referenced by _getCommands().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Checks offlineMode and returns false if.
Definition at line 208 of file class.ilObjSAHSLearningModuleAccess.php.
References $DIC, $ilDB, and $ilUser.
Referenced by _getCommands(), ilSAHSPresentationGUI\executeCommand(), and ilObjectListGUI\initItem().
Here is the caller graph for this function:
|
static |
check condition
| type | $a_svy_id | |
| type | $a_operator | |
| type | $a_value | |
| type | $a_usr_id |
Implements ilConditionHandling.
Definition at line 41 of file class.ilObjSAHSLearningModuleAccess.php.
References ilLPStatus\_hasUserCompleted(), ilLPStatus\_lookupStatus(), ilLPStatus\LP_STATUS_FAILED_NUM, ilConditionHandler\OPERATOR_FAILED, and ilConditionHandler\OPERATOR_FINISHED.
Here is the call graph for this function:
|
static |
Get possible conditions operaditors.
Implements ilConditionHandling.
Definition at line 23 of file class.ilObjSAHSLearningModuleAccess.php.
References ilConditionHandler\OPERATOR_FAILED, and ilConditionHandler\OPERATOR_FINISHED.