ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilObjSystemFolderAccess.php
Go to the documentation of this file.
1
<?php
2
24
class
ilObjSystemFolderAccess
extends
ilObjectAccess
25
{
29
public
static
function
_checkGoto
(
string
$target): bool
30
{
31
global
$DIC
;
32
33
$ilAccess = $DIC->access();
34
35
$target =
SYSTEM_FOLDER_ID
;
36
37
if
($ilAccess->checkAccess(
"read"
,
""
, $target)) {
38
return
true
;
39
}
40
return
false
;
41
}
42
}
ilObjectAccess
ilObjSystemFolderAccess\_checkGoto
static _checkGoto(string $target)
check whether goto script will succeed
Definition:
class.ilObjSystemFolderAccess.php:29
SYSTEM_FOLDER_ID
const SYSTEM_FOLDER_ID
Definition:
constants.php:35
$DIC
global $DIC
Definition:
feed.php:28
ilObjSystemFolderAccess
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilObjSystemFolderAccess.php:24
Modules
SystemFolder
classes
class.ilObjSystemFolderAccess.php
Generated on Sun Aug 31 2025 22:01:35 for ILIAS by
1.8.13 (using
Doxyfile
)