ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
class.ilObjPortfolioAccess.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
4
11{
15 public static function _checkGoto($a_target)
16 {
17 $t_arr = explode("_", $a_target);
18
19 return ilSharedResourceGUI::hasAccess($t_arr[1], true);
20 }
21}
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)