ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilObjPortfolioAccess Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Collaboration diagram for ilObjPortfolioAccess:

Static Public Member Functions

static _checkGoto (string $a_target)
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilObjPortfolioAccess

Author
Jörg Lützenkirchen luetz.nosp@m.enki.nosp@m.rchen.nosp@m.@lei.nosp@m.fos.c.nosp@m.om

Definition at line 24 of file class.ilObjPortfolioAccess.php.

Member Function Documentation

◆ _checkGoto()

static ilObjPortfolioAccess::_checkGoto ( string  $a_target)
static

Definition at line 26 of file class.ilObjPortfolioAccess.php.

References ilSharedResourceGUI\hasAccess().

26  : bool
27  {
28  $t_arr = explode("_", $a_target);
29 
30  return ilSharedResourceGUI::hasAccess($t_arr[1], true);
31  }
static hasAccess(int $a_node_id, bool $a_is_portfolio=false)
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: