Compiler
extends SplPriorityQueue
in package
Contains a series of compiler steps in a specific order; ready to be executed during transformation.
Tags
Table of Contents
- PRIORITY_DEFAULT = 10000
- insert() : bool
Constants
PRIORITY_DEFAULT
public
int
PRIORITY_DEFAULT
= 10000
Default priority assigned to Compiler Passes without provided priority
Methods
insert()
public
insert(CompilerPassInterface $value[, int $priority = self::PRIORITY_DEFAULT ]) : bool
Parameters
- $value : CompilerPassInterface
- $priority : int = self::PRIORITY_DEFAULT