19 declare(strict_types=1);
30 [
"permission" =>
"read",
"cmd" =>
"",
"lang_var" =>
"show",
"default" =>
true],
31 [
"permission" =>
"write",
"cmd" =>
"edit",
"lang_var" =>
"settings",
"default" =>
false]
51 public static function checkCondition(
int $a_trigger_obj_id,
string $a_operator,
string $a_value,
int $a_usr_id): bool
53 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