ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
ilObjSystemFolderAccess Class Reference
+ Inheritance diagram for ilObjSystemFolderAccess:
+ Collaboration diagram for ilObjSystemFolderAccess:

Static Public Member Functions

static _checkGoto (string $target)
 check whether goto script will succeed More...
 
- Static Public Member Functions inherited from ilObjectAccess
static _getCommands ()
 get commands More...
 
static _checkGoto (string $target)
 check whether goto script will succeed More...
 
static _isOffline (int $obj_id)
 Type-specific implementation of general status, has to be overwritten if object type does not support centralized offline handling. More...
 
static _preloadData (array $obj_ids, array $ref_ids)
 Preload data. More...
 

Additional Inherited Members

- Public Member Functions inherited from ilObjectAccess
 _checkAccess (string $cmd, string $permission, int $ref_id, int $obj_id, ?int $user_id=null)
 Checks whether a user may invoke a command or not (this method is called by ilAccessHandler::checkAccess) More...
 
 canBeDelivered (ilWACPath $ilWACPath)
 
 canBeDelivered (ilWACPath $ilWACPath)
 

Detailed Description

Definition at line 21 of file class.ilObjSystemFolderAccess.php.

Member Function Documentation

◆ _checkGoto()

static ilObjSystemFolderAccess::_checkGoto ( string  $target)
static

check whether goto script will succeed

Reimplemented from ilObjectAccess.

Definition at line 26 of file class.ilObjSystemFolderAccess.php.

26 : bool
27 {
28 global $DIC;
29 if ($DIC->rbac()->system()->hasAnyAdminReadPermission()) {
30 return true;
31 }
32 return false;
33 }
global $DIC
Definition: shib_login.php:26

References $DIC.


The documentation for this class was generated from the following file: