ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
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 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?>
Class ilObjPortfolioAccess.
_checkGoto($a_target)
check whether goto script will succeed
static hasAccess($a_node_id, $a_is_portfolio=false)