| 1 | <?php |
||
| 22 | class HTMLMail extends AbstractMail |
||
| 23 | { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Set the format of the mail. |
||
| 27 | * |
||
| 28 | * @since 1.0.0 |
||
| 29 | */ |
||
| 30 | 8 | protected function setFormat() |
|
| 34 | |||
| 35 | /** |
||
| 36 | * Set the context of the renderer. |
||
| 37 | * |
||
| 38 | * @since 1.0.0 |
||
| 39 | * |
||
| 40 | * @param array $context Context to set/modify. |
||
| 41 | * |
||
| 42 | * @return array Updated context. |
||
| 43 | */ |
||
| 44 | 4 | protected function setContext(array $context) |
|
| 48 | } |
||
| 49 |