HtmlBlockRenderer
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() : string
- setConfiguration() : void
Properties
$config
protected
ConfigurationInterface
$config
Methods
render()
public
render(HtmlBlock $block, ElementRendererInterface $htmlRenderer[, bool $inTightList = false ]) : string
Parameters
- $block : HtmlBlock
- $htmlRenderer : ElementRendererInterface
- $inTightList : bool = false
Return values
string —setConfiguration()
public
setConfiguration(ConfigurationInterface $configuration) : void
Parameters
- $configuration : ConfigurationInterface