3declare(strict_types=1);
39 "permission" =>
"read",
47 public static function _checkGoto(
string $a_target): bool
51 $t_arr = explode(
"_", $a_target);
55 if (isset($t_arr[2]) && $t_arr[2] ==
"wsp") {
58 return (
bool) $ilAccess->checkAccess(
"read",
"", $t_arr[1]);
static _checkGoto(string $a_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)