ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilObjMailAccess.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
26 {
27  public static function _checkGoto(string $target): bool
28  {
29  global $DIC;
30 
31  return $DIC->rbac()->system()->checkAccess(
32  'internal_mail',
33  (new ilMail($DIC->user()->getId()))->getMailObjectReferenceId()
34  );
35  }
36 }
static _checkGoto(string $target)
global $DIC
Definition: shib_login.php:22
Class ilObjMailAccess.