Compile
in package
FinalYes
Compiles and links the ast objects into the full ast
Table of Contents
Properties
- $compilerPipeline : Pipeline
Methods
- __construct() : mixed
- Initializes the command with all necessary dependencies to construct human-suitable output from the AST.
- __invoke() : Payload
- Executes the business logic involved with this command.
Properties
$compilerPipeline read-only
private
Pipeline
$compilerPipeline
Methods
__construct()
Initializes the command with all necessary dependencies to construct human-suitable output from the AST.
public
__construct(Pipeline $compilerPipeline) : mixed
Parameters
- $compilerPipeline : Pipeline
__invoke()
Executes the business logic involved with this command.
public
__invoke(Payload $payload) : Payload
Parameters
- $payload : Payload