| 1 | <?php |
||
| 21 | final class TableOfContentsPlaceholderParser implements BlockParserInterface, ConfigurationAwareInterface |
||
| 22 | { |
||
| 23 | /** @var ConfigurationInterface */ |
||
| 24 | private $config; |
||
| 25 | |||
| 26 | 3 | public function parse(ContextInterface $context, Cursor $cursor): bool |
|
| 42 | |||
| 43 | 3 | public function setConfiguration(ConfigurationInterface $configuration) |
|
| 47 | } |
||
| 48 |