|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
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... | |
| _getCommands ($a_obj_id=null) | |
| get commands More... | |
| _lookupOnline ($a_id) | |
| check wether learning module is online More... | |
| _checkGoto ($a_target) | |
| check whether goto script will succeed More... | |
| _lookupDiskUsage ($a_id) | |
| Returns the number of bytes used on the harddisk by the learning module with the specified object id. More... | |
| _lookupOfflineModeAvailable ($a_id) | |
| check wether learning module is online 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... | |
| _getCommands () | |
| get commands More... | |
| _checkGoto ($a_target) | |
| check whether goto script will succeed More... | |
| _preloadData ($a_obj_ids, $a_ref_ids) | |
| Preload data. More... | |
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 | _lookupEditable ($a_obj_id) |
| Lookup editable. More... | |
| static | _lookupUserCertificate ($obj_id, $usr_id=0) |
| Checks whether a certificate exists for the active user or not. More... | |
| static | _isOffline ($a_obj_id) |
| Type-specific implementation of general status. More... | |
| static | _lookupUserIsOfflineMode ($a_obj_id) |
| Checks offlineMode and returns false if. More... | |
| static | _isOffline ($a_obj_id) |
| Type-specific implementation of general status, has to be overwritten. 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 74 of file class.ilObjSAHSLearningModuleAccess.php.
References $ilUser, $lng, _lookupOnline(), and IL_NO_OBJECT_ACCESS.
Here is the call graph for this function:| ilObjSAHSLearningModuleAccess::_checkGoto | ( | $a_target | ) |
check whether goto script will succeed
Reimplemented from ilObjectAccess.
Definition at line 183 of file class.ilObjSAHSLearningModuleAccess.php.
| ilObjSAHSLearningModuleAccess::_getCommands | ( | $a_obj_id = null | ) |
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 124 of file class.ilObjSAHSLearningModuleAccess.php.
References _lookupOfflineModeAvailable(), and _lookupUserIsOfflineMode().
Here is the call graph for this function:
|
static |
Type-specific implementation of general status.
Used in ListGUI and Learning Progress
| int | $a_obj_id |
Reimplemented from ilObjectAccess.
Definition at line 272 of file class.ilObjSAHSLearningModuleAccess.php.
References _lookupOnline().
Referenced by ilObjSAHSLearningModuleListGUI\getProperties().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSAHSLearningModuleAccess::_lookupDiskUsage | ( | $a_id | ) |
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 206 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 168 of file class.ilObjSAHSLearningModuleAccess.php.
References $ilDB.
Referenced by ilSAHSPresentationGUI\executeCommand(), ilObjSAHSLearningModuleListGUI\getCommandLink(), and ilObjSAHSLearningModuleListGUI\getProperties().
Here is the caller graph for this function:| ilObjSAHSLearningModuleAccess::_lookupOfflineModeAvailable | ( | $a_id | ) |
check wether learning module is online
Definition at line 298 of file class.ilObjSAHSLearningModuleAccess.php.
References $ilDB, and ilUtil\yn2tf().
Referenced by _getCommands().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSAHSLearningModuleAccess::_lookupOnline | ( | $a_id | ) |
check wether learning module is online
Definition at line 154 of file class.ilObjSAHSLearningModuleAccess.php.
References $ilDB, and ilUtil\yn2tf().
Referenced by _checkAccess(), and _isOffline().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Checks whether a certificate exists for the active user or not.
| int | obj_id Object ID of the SCORM Learning Module |
| int | usr_id Object ID of the user. If not given, the active user will be taken |
Definition at line 221 of file class.ilObjSAHSLearningModuleAccess.php.
References $ilUser, ilObjUserTracking\_enabledLearningProgress(), ilObjSCORM2004LearningModule\_getCourseCompletionForUser(), ilObjSCORMLearningModule\_getCourseCompletionForUser(), ilLPStatus\_hasUserCompleted(), ilObjSAHSLearningModule\_lookupSubType(), ilCertificate\isActive(), and ilCertificate\isObjectActive().
Referenced by ilSCORMPresentationGUI\downloadCertificate(), ilObjSAHSLearningModuleListGUI\getProperties(), and ilSoapSCORMAdministration\hasSCORMCertificate().
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 280 of file class.ilObjSAHSLearningModuleAccess.php.
References $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.