Guides

TransformerPass
in package
implements CompilerPass

FinalYes

The TransformerPass is a special kind of CompilerPass that traverses all documents and Calls the DocumentNodeTraverser for each.

The TransformerPass cannot be injected as there must be one for each available priority of NodeTransformer.

Table of Contents

Interfaces

CompilerPass

Properties

$documentNodeTraverser  : DocumentNodeTraverser
$priority  : int

Methods

__construct()  : mixed
getPriority()  : int
run()  : array<string|int, DocumentNode>

Properties

Methods


        
On this page

Search results