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