| 1 | <?php |
||
| 22 | class NonMimePart extends MimePart |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Sets up a default Content-Type header of text/plain. |
||
| 26 | * |
||
| 27 | * @param HeaderFactory $headerFactory |
||
| 28 | * @param MimePartWriter $partWriter |
||
| 29 | */ |
||
| 30 | 1 | public function __construct(HeaderFactory $headerFactory, MimePartWriter $partWriter) |
|
| 35 | } |
||
| 36 |