ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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

Class ilObjPortfolioAccess.

Author
Jörg Lützenkirchen luetz.nosp@m.enki.nosp@m.rchen.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
Id
class.ilObjRootFolderAccess.php 15678 2008-01-06 20:40:55Z akill

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

Member Function Documentation

◆ _checkGoto()

static ilObjPortfolioAccess::_checkGoto (   $a_target)
static

check whether goto script will succeed

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

References ilSharedResourceGUI\hasAccess().

18  {
19  $t_arr = explode("_", $a_target);
20 
21  include_once "Services/PersonalWorkspace/classes/class.ilSharedResourceGUI.php";
22  return ilSharedResourceGUI::hasAccess($t_arr[1], true);
23  }
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: