PHP Class Trismegiste\Mondrian\Builder\Compiler\Director

Director makes a compilation/generation/transform with a compiler
Afficher le fichier Open project: trismegiste/mondrian Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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 méthode

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