| 1 | <?php |
||
| 9 | final class ConvertorModifier extends MarkdownConverter |
||
| 10 | { |
||
| 11 | private function __construct() |
||
| 14 | |||
| 15 | public static function setRenderer(MarkdownConverter $converter, ElementRendererInterface $renderer): void |
||
| 19 | |||
| 20 | public static function setParser(MarkdownConverter $converter, DocParserInterface $parser): void |
||
| 24 | } |
||
| 25 |