Guides

RawNodeEscapeTransformer
in package
implements NodeTransformer

FinalYes

Table of Contents

Interfaces

NodeTransformer

Properties

$escapeRawNodes  : bool
$htmlSanitizer  : HtmlSanitizer
$logger  : LoggerInterface

Methods

__construct()  : mixed
enterNode()  : T
getPriority()  : int
The higher the priority the earlier the NodeTransformer is executed.
leaveNode()  : T|null
supports()  : bool

Properties

Methods

__construct()

public __construct(bool $escapeRawNodes, LoggerInterface $logger, HtmlSanitizerConfig $htmlSanitizerConfig) : mixed
Parameters
$escapeRawNodes : bool
$logger : LoggerInterface
$htmlSanitizerConfig : HtmlSanitizerConfig

getPriority()

The higher the priority the earlier the NodeTransformer is executed.

public getPriority() : int
Return values
int

        
On this page

Search results