|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilMailMimeSenderUserById:
Collaboration diagram for ilMailMimeSenderUserById:Public Member Functions | |
| __construct (ilSetting $settings, int $usr_id, 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 () | |
| hasReplyToAddress () | |
| getReplyToAddress () | |
| getReplyToName () | |
| hasEnvelopFromAddress () | |
| getEnvelopFromAddress () | |
| getFromAddress () | |
| getFromName () | |
Static Public Member Functions | |
| static | addUserToCache (int $usr_id, ilObjUser $user) |
Static Protected Attributes | |
| static array | $user_instances = [] |
Definition at line 21 of file class.ilMailMimeSenderUserById.php.
| ilMailMimeSenderUserById::__construct | ( | ilSetting | $settings, |
| int | $usr_id, | ||
| ilMustacheFactory | $mustache_factory | ||
| ) |
Definition at line 26 of file class.ilMailMimeSenderUserById.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
static |
Definition at line 35 of file class.ilMailMimeSenderUserById.php.
Referenced by ilMailMimeTest\setUp(), and ilMailTest\testExternalMailDeliveryWorksAsExpected().
Here is the caller graph for this function:
|
staticprotected |
Definition at line 24 of file class.ilMailMimeSenderUserById.php.