ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ilMailMimeSenderUserByEmailAddress Class Reference
+ Inheritance diagram for ilMailMimeSenderUserByEmailAddress:
+ Collaboration diagram for ilMailMimeSenderUserByEmailAddress:

Public Member Functions

 __construct (ilSetting $settings, string $email_address, ilMustacheFactory $mustache_factory)
 
- Public Member Functions inherited from ilMailMimeSenderUser
 __construct (protected ilSetting $settings, protected ilObjUser $user, protected ilMustacheFactory $mustache_factory)
 
 hasReplyToAddress ()
 
 getReplyToAddress ()
 
 getReplyToName ()
 
 hasEnvelopFromAddress ()
 
 getEnvelopFromAddress ()
 
 getFromAddress ()
 
 getFromName ()
 

Detailed Description

Definition at line 21 of file class.ilMailMimeSenderUserByEmailAddress.php.

Constructor & Destructor Documentation

◆ __construct()

ilMailMimeSenderUserByEmailAddress::__construct ( ilSetting  $settings,
string  $email_address,
ilMustacheFactory  $mustache_factory 
)

Definition at line 23 of file class.ilMailMimeSenderUserByEmailAddress.php.

References ILIAS\GlobalScreen\Provider\__construct().

24  {
25  $user = new ilObjUser();
26  $user->setEmail($email_address);
27 
28  parent::__construct($settings, $user, $mustache_factory);
29  }
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: