3 declare(strict_types=1);
    43         $commands[] = [
"permission" => 
"read", 
"cmd" => 
"render", 
"lang_var" => 
"show", 
"default" => 
true];
    49             $commands[] = $webdav_obj->retrieveWebDAVCommandArrayForActionMenu();
    52         $commands[] = [
"permission" => 
"write", 
"cmd" => 
"enableAdministrationPanel", 
"lang_var" => 
"edit_content"];
    53         $commands[] = [
"permission" => 
"write", 
"cmd" => 
"edit", 
"lang_var" => 
"settings"];
    65         $ilAccess = $DIC->access();
    67         $t_arr = explode(
"_", $target);
    69         if ($t_arr[0] !== 
"cat" || ((
int) $t_arr[1]) <= 0) {
    73         if ($ilAccess->checkAccess(
"read", 
"", (
int) $t_arr[1]) ||
    74             $ilAccess->checkAccess(
"visible", 
"", (
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 
 
static _getCommands()
get commands