DisallowedRawHtmlInlineRenderer
in package
implements
InlineRendererInterface, ConfigurationAwareInterface
Interfaces, Classes and Traits
- InlineRendererInterface
- ConfigurationAwareInterface
- Implement this class to inject the configuration where needed
Table of Contents
- $htmlInlineRenderer : InlineRendererInterface
- __construct() : mixed
- render() : HtmlElement|string|null
- setConfiguration() : void
Properties
$htmlInlineRenderer
private
InlineRendererInterface
$htmlInlineRenderer
Methods
__construct()
public
__construct(InlineRendererInterface $htmlBlockRenderer) : mixed
Parameters
- $htmlBlockRenderer : InlineRendererInterface
Return values
mixed —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