28 array(
"permission" =>
"read",
"cmd" =>
"questions",
"lang_var" =>
"edit_questions",
30 array(
"permission" =>
"write",
"cmd" =>
"questions",
"lang_var" =>
"edit_questions"),
31 array(
"permission" =>
"write",
"cmd" =>
"properties",
"lang_var" =>
"settings")
41 $ilAccess =
$DIC->access();
43 $t_arr = explode(
"_", $target);
45 if ($ilAccess->checkAccess(
"visible",
"", $t_arr[1]) ||
46 $ilAccess->checkAccess(
"read",
"", $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
static _getCommands()
get commands
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...