ToctreeSortingTransformer
    
            
            in package
            
        
    
            
            implements
                            NodeTransformer                    
    
    
FinalYes
Table of Contents
Interfaces
Methods
- enterNode() : T
- getPriority() : int
- The higher the priority the earlier the NodeTransformer is executed.
- leaveNode() : T|null
- supports() : bool
Methods
enterNode()
    public
                    enterNode(Node $node, CompilerContext $compilerContext) : T
    Parameters
- $node : Node
- $compilerContext : CompilerContext
Return values
TgetPriority()
The higher the priority the earlier the NodeTransformer is executed.
    public
                    getPriority() : int
    Return values
intleaveNode()
    public
                    leaveNode(Node $node, CompilerContext $compilerContext) : T|null
    Parameters
- $node : Node
- $compilerContext : CompilerContext
Return values
T|nullsupports()
    public
                    supports(Node $node) : bool
    Parameters
- $node : Node