ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
class.ilObjSystemFolderAccess.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
class
ilObjSystemFolderAccess
extends
ilObjectAccess
22
{
26
public
static
function
_checkGoto
(
string
$target): bool
27
{
28
global
$DIC
;
29
if
(
$DIC
->rbac()->system()->hasAnyAdminReadPermission()) {
30
return
true
;
31
}
32
return
false
;
33
}
34
}
ilObjSystemFolderAccess
Definition:
class.ilObjSystemFolderAccess.php:22
ilObjSystemFolderAccess\_checkGoto
static _checkGoto(string $target)
check whether goto script will succeed
Definition:
class.ilObjSystemFolderAccess.php:26
ilObjectAccess
Class ilObjectAccess.
Definition:
class.ilObjectAccess.php:32
$DIC
global $DIC
Definition:
shib_login.php:26
components
ILIAS
Administration
classes
SystemFolder
class.ilObjSystemFolderAccess.php
Generated on Sat Dec 13 2025 23:01:37 for ILIAS by
1.9.4 (using
Doxyfile
)