FootnoteRefParser
in package
implements
InlineParserInterface, ConfigurationAwareInterface
FinalYes
Table of Contents
Interfaces
- InlineParserInterface
- ConfigurationAwareInterface
- Implement this class to facilitate setter injection of the configuration where needed
Properties
Methods
- getMatchDefinition() : InlineParserMatch
- parse() : bool
- setConfiguration() : void
- createReference() : Reference
Properties
$config
private
ConfigurationInterface
$config
Methods
getMatchDefinition()
public
getMatchDefinition() : InlineParserMatch
Return values
InlineParserMatchparse()
public
parse(InlineParserContext $inlineContext) : bool
Parameters
- $inlineContext : InlineParserContext
Return values
boolsetConfiguration()
public
setConfiguration(ConfigurationInterface $configuration) : void
Parameters
- $configuration : ConfigurationInterface
createReference()
private
createReference(string $label) : Reference
Parameters
- $label : string