FootnoteContainerRenderer
in package
implements
BlockRendererInterface, ConfigurationAwareInterface
Interfaces, Classes and Traits
- BlockRendererInterface
- 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(AbstractBlock $block, ElementRendererInterface $htmlRenderer[, bool $inTightList = false ]) : HtmlElement|string|null
Parameters
- $block : AbstractBlock
- $htmlRenderer : ElementRendererInterface
- $inTightList : bool = false
Return values
HtmlElement|string|null —setConfiguration()
public
setConfiguration(ConfigurationInterface $configuration) : void
Parameters
- $configuration : ConfigurationInterface