| 1 | <?php |
||
| 10 | class PlainTextEngine implements MarkupEngineInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * {@inheritdoc} |
||
| 14 | */ |
||
| 15 | 76 | public function getTemplateTag() |
|
| 19 | |||
| 20 | /** |
||
| 21 | * {@inheritdoc} |
||
| 22 | */ |
||
| 23 | 76 | public function getExtensions() |
|
| 29 | |||
| 30 | /** |
||
| 31 | * {@inheritdoc} |
||
| 32 | */ |
||
| 33 | public function parse($content, $contentItem = null) |
||
| 37 | } |
||
| 38 |