ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
class.ilObjMailAccess.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
25
class
ilObjMailAccess
extends
ilObjectAccess
26
{
27
public
static
function
_checkGoto
(
string
$target): bool
28
{
29
global
$DIC
;
30
31
$mail =
new
ilMail
(
$DIC
->user()->getId());
32
if
(
$DIC
->rbac()->system()->checkAccess(
'internal_mail'
, $mail->getMailObjectReferenceId())) {
33
return
true
;
34
}
35
36
return
false
;
37
}
38
}
ilMail
Definition:
class.ilMail.php:28
ilObjMailAccess
Class ilObjMailAccess.
Definition:
class.ilObjMailAccess.php:26
ilObjMailAccess\_checkGoto
static _checkGoto(string $target)
check whether goto script will succeed
Definition:
class.ilObjMailAccess.php:27
ilObjectAccess
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilObjectAccess.php:32
$DIC
global $DIC
Definition:
feed.php:28
Services
Mail
classes
class.ilObjMailAccess.php
Generated on Sun Nov 2 2025 22:01:40 for ILIAS by
1.9.4 (using
Doxyfile
)