| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Class ilMailMimeSenderFactory. More...
 Collaboration diagram for ilMailMimeSenderFactory:Public Member Functions | |
| __construct (protected ilSetting $settings, protected ilMustacheFactory $mustache_factory, int $anonymousUsrId=null) | |
| getSenderByUsrId (int $usrId) | |
| system () | |
| user (int $usrId) | |
| userByEmailAddress (string $emailAddress) | |
Protected Member Functions | |
| isSystemMail (int $usrId) | |
Protected Attributes | |
| array | $senders = [] | 
| int | $anonymousUsrId = 0 | 
Class ilMailMimeSenderFactory.
Definition at line 25 of file class.ilMailMimeSenderFactory.php.
| ilMailMimeSenderFactory::__construct | ( | protected ilSetting | $settings, | 
| protected ilMustacheFactory | $mustache_factory, | ||
| int | $anonymousUsrId = null  | 
        ||
| ) | 
Definition at line 31 of file class.ilMailMimeSenderFactory.php.
References $anonymousUsrId, and ANONYMOUS_USER_ID.
| ilMailMimeSenderFactory::getSenderByUsrId | ( | int | $usrId | ) | 
Definition at line 51 of file class.ilMailMimeSenderFactory.php.
References isSystemMail(), system(), and user().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 46 of file class.ilMailMimeSenderFactory.php.
References $anonymousUsrId.
Referenced by getSenderByUsrId().
 Here is the caller graph for this function:| ilMailMimeSenderFactory::system | ( | ) | 
Definition at line 68 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 73 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 78 of file class.ilMailMimeSenderFactory.php.
References ILIAS\Repository\settings().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 29 of file class.ilMailMimeSenderFactory.php.
Referenced by __construct(), and isSystemMail().
      
  | 
  protected | 
Definition at line 28 of file class.ilMailMimeSenderFactory.php.