|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilMailMimeSenderFactory:Public Member Functions | |
| __construct (protected ilSetting $settings, protected ilMustacheFactory $mustache_factory, ?int $anonymous_usr_id=null) | |
| getSenderByUsrId (int $usr_id) | |
| system () | |
| user (int $usr_id) | |
| userByEmailAddress (string $email_address) | |
Protected Member Functions | |
| isSystemMail (int $usr_id) | |
Protected Attributes | |
| array | $senders = [] |
| int | $anonymous_usr_id = 0 |
Definition at line 21 of file class.ilMailMimeSenderFactory.php.
| ilMailMimeSenderFactory::__construct | ( | protected ilSetting | $settings, |
| protected ilMustacheFactory | $mustache_factory, | ||
| ?int | $anonymous_usr_id = null |
||
| ) |
Definition at line 27 of file class.ilMailMimeSenderFactory.php.
References $anonymous_usr_id, and ANONYMOUS_USER_ID.
| ilMailMimeSenderFactory::getSenderByUsrId | ( | int | $usr_id | ) |
Definition at line 47 of file class.ilMailMimeSenderFactory.php.
References isSystemMail(), system(), and user().
Here is the call graph for this function:
|
protected |
Definition at line 42 of file class.ilMailMimeSenderFactory.php.
References $anonymous_usr_id.
Referenced by getSenderByUsrId().
Here is the caller graph for this function:| ilMailMimeSenderFactory::system | ( | ) |
Definition at line 64 of file class.ilMailMimeSenderFactory.php.
References ILIAS\Repository\settings().
Referenced by getSenderByUsrId().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailMimeSenderFactory::user | ( | int | $usr_id | ) |
Definition at line 69 of file class.ilMailMimeSenderFactory.php.
References ILIAS\Repository\settings().
Referenced by getSenderByUsrId().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailMimeSenderFactory::userByEmailAddress | ( | string | $email_address | ) |
Definition at line 74 of file class.ilMailMimeSenderFactory.php.
References ILIAS\Repository\settings().
Here is the call graph for this function:
|
protected |
Definition at line 25 of file class.ilMailMimeSenderFactory.php.
Referenced by __construct(), and isSystemMail().
|
protected |
Definition at line 24 of file class.ilMailMimeSenderFactory.php.