FootnoteRenderer
in package
implements
BlockRendererInterface, ConfigurationAwareInterface
Interfaces, Classes and Traits
- BlockRendererInterface
- ConfigurationAwareInterface
- Implement this class to inject the configuration where needed
Table of Contents
Properties
$config
private
ConfigurationInterface
$config
Methods
render()
public
render(Footnote $block, ElementRendererInterface $htmlRenderer[, bool $inTightList = false ]) : HtmlElement
Parameters
- $block : Footnote
- $htmlRenderer : ElementRendererInterface
- $inTightList : bool = false
Return values
HtmlElement —setConfiguration()
public
setConfiguration(ConfigurationInterface $configuration) : void
Parameters
- $configuration : ConfigurationInterface