TableOfContentsPlaceholderParser
in package
implements
BlockParserInterface, ConfigurationAwareInterface
Interfaces, Classes and Traits
- BlockParserInterface
- ConfigurationAwareInterface
- Implement this class to inject the configuration where needed
Table of Contents
- $config : ConfigurationInterface
- parse() : bool
- setConfiguration() : void
Properties
$config
private
ConfigurationInterface
$config
Methods
parse()
public
parse(ContextInterface $context, Cursor $cursor) : bool
Parameters
- $context : ContextInterface
- $cursor : Cursor
Return values
bool —setConfiguration()
public
setConfiguration(ConfigurationInterface $configuration) : void
Parameters
- $configuration : ConfigurationInterface