ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilObjPortfolioAccess.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
4
13{
17 static function _checkGoto($a_target)
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 }
24}
25
26?>
An exception for terminatinating execution or to throw for unit testing.
Class ilObjPortfolioAccess.
static _checkGoto($a_target)
check whether goto script will succeed
static hasAccess($a_node_id, $a_is_portfolio=false)