DisallowedRawHtmlRenderer
in package
implements
NodeRendererInterface, ConfigurationAwareInterface
FinalYes
Table of Contents
Interfaces
- NodeRendererInterface
- ConfigurationAwareInterface
- Implement this class to facilitate setter injection of the configuration where needed
Properties
Methods
- __construct() : mixed
- render() : Stringable|string|null
- setConfiguration() : void
Properties
$config
private
ConfigurationInterface
$config
Tags
$innerRenderer
private
NodeRendererInterface
$innerRenderer
Tags
Methods
__construct()
public
__construct(NodeRendererInterface $innerRenderer) : mixed
Parameters
- $innerRenderer : NodeRendererInterface
render()
public
render(Node $node, ChildNodeRendererInterface $childRenderer) : Stringable|string|null
Parameters
- $node : Node
- $childRenderer : ChildNodeRendererInterface
Return values
Stringable|string|nullsetConfiguration()
public
setConfiguration(ConfigurationInterface $configuration) : void
Parameters
- $configuration : ConfigurationInterface