ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilMailMimeSenderUserByEmailAddress Class Reference

Class ilMailMimeSenderUserByEmailAddress. More...

+ Inheritance diagram for ilMailMimeSenderUserByEmailAddress:
+ Collaboration diagram for ilMailMimeSenderUserByEmailAddress:

Public Member Functions

 __construct (ilSetting $settings, string $emailAddress, 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

Constructor & Destructor Documentation

◆ __construct()

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

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

References ILIAS\GlobalScreen\Provider\__construct().

28  {
29  $user = new ilObjUser();
30  $user->setEmail($emailAddress);
31 
32  parent::__construct($settings, $user, $mustache_factory);
33  }
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

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