ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ilObjPortfolioAccess Class Reference

Class ilObjPortfolioAccess. More...

+ Collaboration diagram for ilObjPortfolioAccess:

Static Public Member Functions

static _checkGoto ($a_target)
 check whether goto script will succeed More...
 

Detailed Description

Member Function Documentation

◆ _checkGoto()

static ilObjPortfolioAccess::_checkGoto (   $a_target)
static

check whether goto script will succeed

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

References ilSharedResourceGUI\hasAccess().

16  {
17  $t_arr = explode("_", $a_target);
18 
19  return ilSharedResourceGUI::hasAccess($t_arr[1], true);
20  }
static hasAccess($a_node_id, $a_is_portfolio=false)
+ Here is the call graph for this function:

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