| 1 | <?php |
||
| 20 | final class DisallowedRawHtmlInlineRenderer implements InlineRendererInterface, ConfigurationAwareInterface |
||
| 21 | { |
||
| 22 | private $htmlInlineRenderer; |
||
| 23 | |||
| 24 | 78 | public function __construct(InlineRendererInterface $htmlBlockRenderer) |
|
| 28 | |||
| 29 | /** |
||
| 30 | * {@inheritdoc} |
||
| 31 | */ |
||
| 32 | 9 | public function render(AbstractInline $inline, ElementRendererInterface $htmlRenderer) |
|
| 43 | |||
| 44 | /** |
||
| 45 | * {@inheritdoc} |
||
| 46 | */ |
||
| 47 | 78 | public function setConfiguration(ConfigurationInterface $configuration) |
|
| 53 | } |
||
| 54 |