33 $this->
user = $DIC->user();
34 $this->
access = $DIC->access();
42 public function _checkCondition(
int $a_obj_id,
string $a_operator, $a_value,
int $a_usr_id = 0): bool
54 $ilAccess = $DIC->access();
56 $t_arr = explode(
"_", $target);
58 if ($ilAccess->checkAccess(
"read",
"", (
int) $t_arr[1])) {
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _checkGoto(string $target)
check whether goto script will succeed
_checkCondition(int $a_obj_id, string $a_operator, $a_value, int $a_usr_id=0)
check condition