PHP 클래스 Trismegiste\Mondrian\Builder\Compiler\Director

Director makes a compilation/generation/transform with a compiler
파일 보기 프로젝트 열기: trismegiste/mondrian 1 사용 예제들

공개 메소드들

메소드 설명
__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