3 declare(strict_types=0);
    30         $commands[] = [
'permission' => 
'read', 
'cmd' => 
'view', 
'lang_var' => 
'show', 
'default' => 
true];
    38         $ilAccess = $DIC->access();
    40         $t_arr = explode(
'_', $a_target);
    44         if (isset($t_arr[2]) && $t_arr[2] === 
'wsp') {
    47         return (
bool) $ilAccess->checkAccess(
'read', 
'', (
int) $t_arr[1]);
 
static _checkGoto($a_target)
 
static hasAccess(int $a_node_id, bool $a_is_portfolio=false)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...