ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilObjPortfolioAccess Class Reference

Class ilObjPortfolioAccess. More...

+ Collaboration diagram for ilObjPortfolioAccess:

Public Member Functions

 _checkGoto ($a_target)
 check whether goto script will succeed

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

ilObjPortfolioAccess::_checkGoto (   $a_target)

check whether goto script will succeed

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

References ilSharedResourceGUI\hasAccess().

{
$t_arr = explode("_", $a_target);
include_once "Services/PersonalWorkspace/classes/class.ilSharedResourceGUI.php";
return ilSharedResourceGUI::hasAccess($t_arr[1], true);
}

+ Here is the call graph for this function:


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