3 declare(strict_types=1);
30 $commands[] = [
'permission' =>
'read',
'cmd' =>
'view',
'lang_var' =>
'show',
'default' =>
true];
37 $ilAccess = $DIC[
'ilAccess'];
39 $t_arr = explode(
'_', $a_target);
43 if (isset($t_arr[2]) && $t_arr[2] ===
'wsp') {
47 if ($ilAccess->checkAccess(
'read',
'', (
int) $t_arr[1])) {
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...
static _checkGoto($a_target)