ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 }
static _checkGoto(string $a_target)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static hasAccess(int $a_node_id, bool $a_is_portfolio=false)