| 1 | <?php |
||
| 8 | class Markdown extends NamedElement |
||
| 9 | { |
||
| 10 | protected $type = 'markdown'; |
||
| 11 | |||
| 12 | protected $configs; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @return array |
||
| 16 | */ |
||
| 17 | public function getConfigs(): array |
||
| 25 | |||
| 26 | protected function getDefaultConfigs() |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param array $configs |
||
| 35 | * |
||
| 36 | * @return Simplemde |
||
| 37 | */ |
||
| 38 | public function setConfigs(array $configs): Simplemde |
||
| 44 | |||
| 45 | public function toArray() |
||
| 51 | } |
||
| 52 |