FootnoteRefParser
in package
implements
InlineParserInterface, ConfigurationAwareInterface
Interfaces, Classes and Traits
- InlineParserInterface
- ConfigurationAwareInterface
- Implement this class to inject the configuration where needed
Table of Contents
- $config : ConfigurationInterface
- getCharacters() : array<string|int, string>
- parse() : bool
- setConfiguration() : void
- createReference() : Reference
Properties
$config
private
ConfigurationInterface
$config
Methods
getCharacters()
public
getCharacters() : array<string|int, string>
Return values
array<string|int, string> —parse()
public
parse(InlineParserContext $inlineContext) : bool
Parameters
- $inlineContext : InlineParserContext
Return values
bool —setConfiguration()
public
setConfiguration(ConfigurationInterface $config) : void
Parameters
- $config : ConfigurationInterface
Return values
void —createReference()
private
createReference(string $label) : Reference
Parameters
- $label : string