| 1 | <?php |
||
| 6 | class ReplyExtension extends Extension |
||
| 7 | { |
||
| 8 | /** |
||
| 9 | * Returns a list of block parsers to add to the existing list. |
||
| 10 | * |
||
| 11 | * @return array |
||
| 12 | */ |
||
| 13 | public function getBlockParsers() |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Returns a list of block renderers to add to the existing list. |
||
| 22 | * |
||
| 23 | * @return array |
||
| 24 | */ |
||
| 25 | public function getBlockRenderers() |
||
| 31 | } |
||
| 32 |