|
ILIAS
trunk Revision v12.0_alpha-1227-g7ff6d300864
|
Collaboration diagram for ilMailMimeSenderFactory:Public Member Functions | |
| __construct (protected ilSetting $settings, protected TemplateEngineFactoryInterface $template_engine_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 23 of file class.ilMailMimeSenderFactory.php.
| ilMailMimeSenderFactory::__construct | ( | protected ilSetting | $settings, |
| protected TemplateEngineFactoryInterface | $template_engine_factory, | ||
| ?int | $anonymous_usr_id = null |
||
| ) |
Definition at line 29 of file class.ilMailMimeSenderFactory.php.
References $anonymous_usr_id, and ANONYMOUS_USER_ID.
| ilMailMimeSenderFactory::getSenderByUsrId | ( | int | $usr_id | ) |
Definition at line 49 of file class.ilMailMimeSenderFactory.php.
References isSystemMail(), system(), and user().
Here is the call graph for this function:
|
protected |
Definition at line 44 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 66 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 71 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 76 of file class.ilMailMimeSenderFactory.php.
References ILIAS\Repository\settings().
Here is the call graph for this function:
|
protected |
Definition at line 27 of file class.ilMailMimeSenderFactory.php.
Referenced by __construct(), and isSystemMail().
|
protected |
Definition at line 26 of file class.ilMailMimeSenderFactory.php.