PHP Class Trismegiste\Mondrian\Builder\Compiler\Director

Director makes a compilation/generation/transform with a compiler
Mostra file Open project: trismegiste/mondrian Class Usage Examples

Public Methods

Method Description
__construct ( Trismegiste\Mondrian\Builder\Compiler\BuilderInterface $structure ) The builder contains the components to create for making the compilation
compile ( array $stmts ) Runs the compilation of the parsed statements

Method Details

__construct() public method

The builder contains the components to create for making the compilation
public __construct ( Trismegiste\Mondrian\Builder\Compiler\BuilderInterface $structure )
$structure Trismegiste\Mondrian\Builder\Compiler\BuilderInterface

compile() public method

Runs the compilation of the parsed statements
public compile ( array $stmts )
$stmts array statements to compile