FootnoteBackrefRenderer
    
            
            in package
            
        
    
            
            implements
                            InlineRendererInterface,                             ConfigurationAwareInterface                    
    
    
        
        
    
Interfaces, Classes and Traits
- InlineRendererInterface
 - ConfigurationAwareInterface
 - Implement this class to inject the configuration where needed
 
Table of Contents
- $config : ConfigurationInterface
 - render() : HtmlElement|string|null
 - setConfiguration() : void
 
Properties
$config
    private
        ConfigurationInterface
    $config
    
    
    
    
Methods
render()
    public
                render(AbstractInline $inline, ElementRendererInterface $htmlRenderer) : HtmlElement|string|null
    
        Parameters
- $inline : AbstractInline
 - $htmlRenderer : ElementRendererInterface
 
Return values
HtmlElement|string|null —setConfiguration()
    public
                setConfiguration(ConfigurationInterface $configuration) : void
    
        Parameters
- $configuration : ConfigurationInterface