ILIAS  trunk Revision v12.0_alpha-1227-g7ff6d300864
class.ilObjSystemFolderAccess.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
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}
static _checkGoto(string $target)
check whether goto script will succeed
Class ilObjectAccess.
global $DIC
Definition: shib_login.php:26