AnonymousFootnoteRefParser
    
            
            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
- $slugNormalizer : TextNormalizerInterface
- __construct() : mixed
- getCharacters() : array<string|int, string>
- parse() : bool
- setConfiguration() : void
- createReference() : Reference
Properties
$config
    private
        ConfigurationInterface
    $config
    
    
    
    
$slugNormalizer
    private
        TextNormalizerInterface
    $slugNormalizer
    
    
    
    
Methods
__construct()
    public
                __construct() : mixed
        
    
    
        Return values
mixed —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