Guides

DocumentEntryRegistrationTransformer
in package
implements NodeTransformer

FinalYes

Table of Contents

Interfaces

NodeTransformer

Properties

$eventDispatcher  : EventDispatcherInterface|null
$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(LoggerInterface $logger[, EventDispatcherInterface|null $eventDispatcher = null ]) : mixed
Parameters
$logger : LoggerInterface
$eventDispatcher : EventDispatcherInterface|null = null

        
On this page

Search results