3 declare(strict_types=1);
29 [
"permission" =>
"read",
"cmd" =>
"",
"lang_var" =>
"show",
"default" =>
true],
30 [
"permission" =>
"write",
"cmd" =>
"edit",
"lang_var" =>
"settings",
"default" =>
false]
50 public static function checkCondition(
int $a_trigger_obj_id,
string $a_operator,
string $a_value,
int $a_usr_id): bool
52 switch ($a_operator) {
Interface for condition handling.
static determineStatusOfMember(int $iass_id, int $usr_id)
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 getConditionOperators()
ilConditionHandling implementation
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...