|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilMailMimeSenderFactory. More...
Collaboration diagram for ilMailMimeSenderFactory:Public Member Functions | |
| __construct (\ilSetting $settings) | |
| ilMailMimeSenderFactory constructor. More... | |
| getSenderByUsrId ($usrId) | |
| system () | |
| user ($usrId) | |
| userByEmailAddress ($emailAddress) | |
Protected Member Functions | |
| isSystemMail ($usrId) | |
Protected Attributes | |
| $settings | |
| $senders = array() | |
Class ilMailMimeSenderFactory.
Definition at line 7 of file class.ilMailMimeSenderFactory.php.
| ilMailMimeSenderFactory::__construct | ( | \ilSetting | $settings | ) |
ilMailMimeSenderFactory constructor.
| ilSetting | $settings |
Definition at line 23 of file class.ilMailMimeSenderFactory.php.
References $settings, and settings().
Here is the call graph for this function:| ilMailMimeSenderFactory::getSenderByUsrId | ( | $usrId | ) |
| int | $usrId |
Definition at line 41 of file class.ilMailMimeSenderFactory.php.
References isSystemMail(), system(), and user().
Here is the call graph for this function:
|
protected |
| int | $usrId |
Definition at line 32 of file class.ilMailMimeSenderFactory.php.
Referenced by getSenderByUsrId().
Here is the caller graph for this function:| ilMailMimeSenderFactory::system | ( | ) |
Definition at line 65 of file class.ilMailMimeSenderFactory.php.
References settings().
Referenced by getSenderByUsrId().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailMimeSenderFactory::user | ( | $usrId | ) |
| int | $usrId |
Definition at line 75 of file class.ilMailMimeSenderFactory.php.
References ilMailMimeSenderUser\byUsrId(), and settings().
Referenced by getSenderByUsrId().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailMimeSenderFactory::userByEmailAddress | ( | $emailAddress | ) |
| $emailAddress |
Definition at line 85 of file class.ilMailMimeSenderFactory.php.
References ilMailMimeSenderUser\byEmailAddress(), and settings().
Here is the call graph for this function:
|
protected |
Definition at line 17 of file class.ilMailMimeSenderFactory.php.
|
protected |
Definition at line 12 of file class.ilMailMimeSenderFactory.php.
Referenced by __construct().