HtmlInlineRenderer
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() : string
- setConfiguration() : void
Properties
$config
protected
ConfigurationInterface
$config
Methods
render()
public
render(HtmlInline $inline, ElementRendererInterface $htmlRenderer) : string
Parameters
- $inline : HtmlInline
- $htmlRenderer : ElementRendererInterface
Return values
string —setConfiguration()
public
setConfiguration(ConfigurationInterface $configuration) : void
Parameters
- $configuration : ConfigurationInterface