ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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  public 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 }
static _checkGoto($a_target)
check whether goto script will succeed
Class ilObjPortfolioAccess.
static hasAccess($a_node_id, $a_is_portfolio=false)