3 declare(strict_types=1);
42 int $a_trigger_obj_id,
47 switch ($a_operator) {
74 array(
"permission" =>
"read",
"cmd" =>
"view",
"lang_var" =>
"show",
"default" =>
true),
76 array(
"permission" =>
"write",
"cmd" =>
"edit",
"lang_var" =>
"settings")
87 $ilAccess = $DIC->access();
89 $t_arr = explode(
"_", $target);
91 if ($t_arr[0] !==
"sahs" || ((
int) $t_arr[1]) <= 0) {
95 if ($ilAccess->checkAccess(
"visible",
"", (
int) $t_arr[1]) || $ilAccess->checkAccess(
"read",
"", (
int) $t_arr[1])) {
110 $lm_dir = $lm_data_dir . DIRECTORY_SEPARATOR .
"lm_" . $a_id;
static getWebspaceDir(string $mode="filesystem")
get webspace directory
static _hasUserCompleted(int $a_obj_id, int $a_user_id)
Lookup user object completion.
Interface for condition handling.
static dirsize(string $directory)
get size of a directory or a file.
static _lookupStatus(int $a_obj_id, int $a_user_id, bool $a_create=true)
Lookup status.
static getConditionOperators()
Get possible conditions operaditors.
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
static _lookupDiskUsage(int $a_id)
Returns the number of bytes used on the harddisk by the learning module with the specified object id...
static _checkGoto(string $target)
check whether goto script will succeed
static _getCommands(int $a_obj_id=null)
get commands this method returns an array of all possible commands/permission combinations example: $...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const LP_STATUS_FAILED_NUM