|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class ilMailMimeSenderUserById. More...
Inheritance diagram for ilMailMimeSenderUserById:
Collaboration diagram for ilMailMimeSenderUserById:Public Member Functions | |
| __construct (ilSetting $settings, int $usrId, ilMustacheFactory $mustache_factory) | |
Public Member Functions inherited from ilMailMimeSenderUser | |
| __construct (protected ilSetting $settings, protected ilObjUser $user, protected ilMustacheFactory $mustache_factory) | |
| hasReplyToAddress () | |
| getReplyToAddress () | |
| getReplyToName () | |
| hasEnvelopFromAddress () | |
| getEnvelopFromAddress () | |
| getFromAddress () | |
| getFromName () | |
Static Public Member Functions | |
| static | addUserToCache (int $usrId, ilObjUser $user) |
Static Protected Attributes | |
| static array | $userInstances = [] |
Class ilMailMimeSenderUserById.
Definition at line 25 of file class.ilMailMimeSenderUserById.php.
| ilMailMimeSenderUserById::__construct | ( | ilSetting | $settings, |
| int | $usrId, | ||
| ilMustacheFactory | $mustache_factory | ||
| ) |
Definition at line 30 of file class.ilMailMimeSenderUserById.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
static |
Definition at line 39 of file class.ilMailMimeSenderUserById.php.
Referenced by ilMailMimeTest\setUp(), and ilMailTest\testExternalMailDeliveryToLocalRecipientsWorksAsExpected().
Here is the caller graph for this function:
|
staticprotected |
Definition at line 28 of file class.ilMailMimeSenderUserById.php.