ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables 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)