ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
class.ilMailMimeSenderUserByEmailAddress.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 {
23  public function __construct(ilSetting $settings, string $email_address, ilMustacheFactory $mustache_factory)
24  {
25  $user = new ilObjUser();
26  $user->setEmail($email_address);
27 
28  parent::__construct($settings, $user, $mustache_factory);
29  }
30 }
__construct(ilSetting $settings, string $email_address, ilMustacheFactory $mustache_factory)
__construct(Container $dic, ilPlugin $plugin)