ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
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
10
class
ilObjPortfolioAccess
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
}
php
An exception for terminatinating execution or to throw for unit testing.
ilObjPortfolioAccess
Class ilObjPortfolioAccess.
Definition:
class.ilObjPortfolioAccess.php:11
ilObjPortfolioAccess\_checkGoto
static _checkGoto($a_target)
check whether goto script will succeed
Definition:
class.ilObjPortfolioAccess.php:15
ilSharedResourceGUI\hasAccess
static hasAccess($a_node_id, $a_is_portfolio=false)
Definition:
class.ilSharedResourceGUI.php:199
Modules
Portfolio
classes
class.ilObjPortfolioAccess.php
Generated on Sat Oct 4 2025 21:00:49 for ILIAS by
1.9.4 (using
Doxyfile
)