Guides

NodeTransformer

Table of Contents

Methods

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

Methods

getPriority()

The higher the priority the earlier the NodeTransformer is executed.

public getPriority() : int
Return values
int

supports()

public supports(Node $node) : bool
Parameters
$node : Node
Tags
psalm-assert-if-true

T $node

Return values
bool

        
On this page

Search results