PHP Класс Trismegiste\Mondrian\Builder\Compiler\Director

Director makes a compilation/generation/transform with a compiler
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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

Описание методов

__construct() публичный Метод

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() публичный Метод

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