Compiler

in package
extends SplPriorityQueue

Contains a series of compiler steps in a specific order; ready to be executed during transformation.

Constants

int PRIORITY_DEFAULT = 10000

Methods

publicinsert(CompilerPassInterface $value[, int $priority = self::PRIORITY_DEFAULT ]) : bool

Parameters

$value : CompilerPassInterface
$priority : int = self::PRIORITY_DEFAULT

Returns

bool