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