3declare(strict_types=1);
38 $commands[] = array(
"permission" =>
"read",
"cmd" =>
"view",
"lang_var" =>
"show",
"default" =>
true);
46 $t_arr = explode(
"_", $target);
50 if (isset($t_arr[2]) && $t_arr[2] ==
"wsp") {
53 return (
bool)
$DIC->access()->checkAccess(
"read",
"", (
int) $t_arr[1]);
static _checkGoto(string $target)
check whether goto script will succeed
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static hasAccess(int $a_node_id, bool $a_is_portfolio=false)