5 include_once(
"./Services/Object/classes/class.ilObjectAccess.php");
6 include_once
'Services/Conditions/interfaces/interface.ilConditionHandling.php';
25 include_once
'./Services/Conditions/classes/class.ilConditionHandler.php';
41 public static function checkCondition($a_trigger_obj_id, $a_operator, $a_value, $a_usr_id)
43 switch ($a_operator) {
46 include_once
'./Services/Tracking/classes/class.ilLPStatus.php';
52 include_once
'./Services/Tracking/classes/class.ilLPStatus.php';
73 public function _checkAccess($a_cmd, $a_permission, $a_ref_id, $a_obj_id, $a_user_id =
"")
78 $rbacsystem = $DIC[
'rbacsystem'];
79 $ilAccess = $DIC[
'ilAccess'];
81 if ($a_user_id ==
"") {
129 array(
"permission" =>
"read",
"cmd" =>
"view",
"lang_var" =>
"show",
"default" =>
true),
130 array(
"permission" =>
"write",
"cmd" =>
"editContent",
"lang_var" =>
"edit_content"),
131 array(
"permission" =>
"write",
"cmd" =>
"edit",
"lang_var" =>
"settings")
136 if ($offlineMode ==
false) {
137 $commands[] = array(
"permission" =>
"read",
"cmd" =>
"offlineModeStart",
"lang_var" =>
"offline_mode");
139 $commands[] = array(
"permission" =>
"read",
"cmd" =>
"offlineModeStop",
"lang_var" =>
"offline_mode");
140 $commands[0] = array(
"permission" =>
"read",
"cmd" =>
"offlineModeView",
"lang_var" =>
"show",
"default" =>
true);
158 $ilDB = $DIC[
'ilDB'];
160 $set =
$ilDB->queryF(
161 'SELECT * FROM sahs_lm WHERE id = %s',
165 $rec =
$ilDB->fetchAssoc($set);
167 return $rec[
"editable"];
177 $ilAccess = $DIC[
'ilAccess'];
179 $t_arr = explode(
"_", $a_target);
181 if ($t_arr[0] !=
"sahs" || ((
int) $t_arr[1]) <= 0) {
185 if ($ilAccess->checkAccess(
"visible",
"", $t_arr[1]) || $ilAccess->checkAccess(
"read",
"", $t_arr[1])) {
199 $lm_dir = $lm_data_dir . DIRECTORY_SEPARATOR .
"lm_" . $a_id;
211 $ilDB = $DIC[
'ilDB'];
216 $set =
$ilDB->queryF(
217 'SELECT offline_mode FROM sahs_user WHERE obj_id = %s AND user_id = %s',
218 array(
'integer',
'integer'),
219 array($a_obj_id, $user_id)
221 $rec =
$ilDB->fetchAssoc($set);
222 if ($rec[
"offline_mode"] ==
"offline") {
234 $ilDB = $DIC[
'ilDB'];
236 $set =
$ilDB->queryF(
237 'SELECT offline_mode FROM sahs_lm WHERE id = %s',
241 $rec =
$ilDB->fetchAssoc($set);
Interface for condition handling.
static _lookupDiskUsage($a_id)
Returns the number of bytes used on the harddisk by the learning module with the specified object id...
static _lookupUserIsOfflineMode($a_obj_id)
Checks offlineMode and returns false if.
static checkCondition($a_trigger_obj_id, $a_operator, $a_value, $a_usr_id)
check condition
static _lookupOfflineModeAvailable($a_id)
check wether learning module is online
static _hasUserCompleted($a_obj_id, $a_user_id)
Lookup user object completion.
static _lookupEditable($a_obj_id)
Lookup editable.
static getConditionOperators()
Get possible conditions operaditors.
static dirsize($directory)
get size of a directory or a file.
_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::checkAcce...
static _getCommands($a_obj_id=null)
get commands
static _checkGoto($a_target)
check whether goto script will succeed
static yn2tf($a_yn)
convert "y"/"n" to true/false
static getWebspaceDir($mode="filesystem")
get webspace directory
Class ilObjContentObjectAccess.
static _lookupStatus($a_obj_id, $a_user_id, $a_create=true)
Lookup status.
const LP_STATUS_FAILED_NUM