Guides

DirectiveProcessPass
in package
implements ReverseNodeTransformer

FinalYes

Table of Contents

Interfaces

ReverseNodeTransformer
Reverse NodeTransformers are applied with child nodes first, then the parent node.

Properties

$directives  : array<string, BaseDirective>
$generalDirective  : GeneralDirective

Methods

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

Properties

Methods

getPriority()

The higher the priority the earlier the NodeTransformer is executed.

public getPriority() : int
Return values
int
On this page

Search results