ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
class.ilObjMailAccess.php
Go to the documentation of this file.
1 <?php
2 
19 declare(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)
global $DIC
Definition: shib_login.php:26