ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 ()
 
 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.

24 {
25 $user = new ilObjUser();
26 $user->setEmail($email_address);
27
28 parent::__construct($settings, $user, $mustache_factory);
29 }
User class.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc

References ILIAS\GlobalScreen\Provider\__construct().

+ Here is the call graph for this function:

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