|
ILIAS
release_8 Revision v8.24
|
Class ilMailMimeSenderFactory. More...
Collaboration diagram for ilMailMimeSenderFactory:Public Member Functions | |
| __construct (ilSetting $settings, int $anonymousUsrId=null) | |
| getSenderByUsrId (int $usrId) | |
| system () | |
| user (int $usrId) | |
| userByEmailAddress (string $emailAddress) | |
Protected Member Functions | |
| isSystemMail (int $usrId) | |
Protected Attributes | |
| ilSetting | $settings |
| array | $senders = [] |
| int | $anonymousUsrId = 0 |
Class ilMailMimeSenderFactory.
Definition at line 25 of file class.ilMailMimeSenderFactory.php.
| ilMailMimeSenderFactory::__construct | ( | ilSetting | $settings, |
| int | $anonymousUsrId = null |
||
| ) |
Definition at line 32 of file class.ilMailMimeSenderFactory.php.
References $anonymousUsrId, $settings, ANONYMOUS_USER_ID, and ILIAS\Repository\settings().
Here is the call graph for this function:| ilMailMimeSenderFactory::getSenderByUsrId | ( | int | $usrId | ) |
Definition at line 50 of file class.ilMailMimeSenderFactory.php.
References isSystemMail(), system(), and user().
Here is the call graph for this function:
|
protected |
Definition at line 45 of file class.ilMailMimeSenderFactory.php.
References $anonymousUsrId.
Referenced by getSenderByUsrId().
Here is the caller graph for this function:| ilMailMimeSenderFactory::system | ( | ) |
Definition at line 67 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 | $usrId | ) |
Definition at line 72 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 | $emailAddress | ) |
Definition at line 77 of file class.ilMailMimeSenderFactory.php.
References ILIAS\Repository\settings().
Here is the call graph for this function:
|
protected |
Definition at line 30 of file class.ilMailMimeSenderFactory.php.
Referenced by __construct(), and isSystemMail().
|
protected |
Definition at line 29 of file class.ilMailMimeSenderFactory.php.
|
protected |
Definition at line 27 of file class.ilMailMimeSenderFactory.php.
Referenced by __construct().