AnonymousFootnoteRefParser
in package
implements
InlineParserInterface, EnvironmentAwareInterface
FinalYes
Table of Contents
Interfaces
Properties
Methods
- getMatchDefinition() : InlineParserMatch
- parse() : bool
- setEnvironment() : void
- createReference() : Reference
Properties
$config
private
ConfigurationInterface
$config
$slugNormalizer
private
TextNormalizerInterface
$slugNormalizer
Tags
Methods
getMatchDefinition()
public
getMatchDefinition() : InlineParserMatch
Return values
InlineParserMatchparse()
public
parse(InlineParserContext $inlineContext) : bool
Parameters
- $inlineContext : InlineParserContext
Return values
boolsetEnvironment()
public
setEnvironment(EnvironmentInterface $environment) : void
Parameters
- $environment : EnvironmentInterface
createReference()
private
createReference(string $label) : Reference
Parameters
- $label : string