| 1 | <?php |
||
| 21 | class HtmlInlineParser extends AbstractInlineParser |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @return string[] |
||
| 25 | */ |
||
| 26 | 1935 | public function getCharacters() |
|
| 30 | |||
| 31 | /** |
||
| 32 | * @param InlineParserContext $inlineContext |
||
| 33 | * |
||
| 34 | * @return bool |
||
| 35 | */ |
||
| 36 | 123 | public function parse(InlineParserContext $inlineContext) |
|
| 47 | } |
||
| 48 |