ILIAS  trunk Revision v12.0_alpha-1221-g4e438232683
MimeMailService.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\Mail\Service;
22
26
28{
29 public function __construct(protected Container $dic)
30 {
31 }
32
34 {
35 return $this->dic['mail.mime.transport.factory'];
36 }
37
39 {
40 return $this->dic['mail.mime.sender.factory'];
41 }
42}
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:36
__construct(protected Container $dic)
$dic
Definition: ltiresult.php:33