ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilMailMimeSenderUserByEmailAddress.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
26 {
27  public function __construct(ilSetting $settings, string $emailAddress, ilMustacheFactory $mustache_factory)
28  {
29  $user = new ilObjUser();
30  $user->setEmail($emailAddress);
31 
32  parent::__construct($settings, $user, $mustache_factory);
33  }
34 }
Class ilMailMimeSenderSystem.
Class ilMailMimeSenderUserByEmailAddress.
__construct(ilSetting $settings, string $emailAddress, ilMustacheFactory $mustache_factory)
__construct(Container $dic, ilPlugin $plugin)