ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilMailMimeSenderUserByEmailAddress.php
Go to the documentation of this file.
1<?php
2
19declare(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)
User class.
ILIAS Setting Class.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc