ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilObjMailAccess.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22{
23 public static function _checkGoto(string $target): bool
24 {
25 global $DIC;
26
27 return $DIC->rbac()->system()->checkAccess(
28 'internal_mail',
29 (new ilMail($DIC->user()->getId()))->getMailObjectReferenceId()
30 );
31 }
32}
static _checkGoto(string $target)
check whether goto script will succeed
Class ilObjectAccess.
global $DIC
Definition: shib_login.php:26