Documentation

Compiler
in package

This class is used to remove circular dependencies between individual passes.

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

Table of Contents

Properties

$log  : array<string|int, mixed>
$passConfig  : PassConfig
$serviceReferenceGraph  : ServiceReferenceGraph

Methods

__construct()  : mixed
addPass()  : void
compile()  : void
Run the Compiler and process all Passes.
getLog()  : array<string|int, mixed>
getPassConfig()  : PassConfig
getServiceReferenceGraph()  : ServiceReferenceGraph
log()  : void

Properties

$log

private array<string|int, mixed> $log = []

Methods

__construct()

public __construct() : mixed

getLog()

public getLog() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results