ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilObjPortfolioAccess.php
Go to the documentation of this file.
1<?php
2
25{
26 public static function _checkGoto(string $a_target): bool
27 {
28 $t_arr = explode("_", $a_target);
29
30 return ilSharedResourceGUI::hasAccess($t_arr[1], true);
31 }
32}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _checkGoto(string $a_target)
static hasAccess(int $a_node_id, bool $a_is_portfolio=false)