1 | <?php |
||
15 | class Expanders extends HTMLModuleAbstract{ |
||
16 | |||
17 | /** |
||
18 | * @var array |
||
19 | */ |
||
20 | protected $tags = ['expander', 'quote', 'spoiler', 'cw']; |
||
21 | |||
22 | /** |
||
23 | * @return string |
||
24 | */ |
||
25 | protected function transform():string{ |
||
38 | |||
39 | /** |
||
40 | * @return string |
||
41 | */ |
||
42 | protected function quote():string{ |
||
57 | |||
58 | } |
||
59 |