Mvc\View\Engine\Volt\Compiler::compileEcho

public string compileEcho (array $statement) Compiles a ‘{{‘ ‘}}’ statement returning PHP code

2016-10-16 09:56:02
Mvc\View\Engine\Volt\Compiler::addFilter

public addFilter (mixed $name, mixed $definition) Register a new filter in the compiler

2016-10-16 09:56:01
Mvc\View\Engine\Volt\Compiler::compileSet

public compileSet (array $statement) Compiles a “set” statement returning PHP code

2016-10-16 09:56:04
Mvc\View\Engine\Volt\Compiler::compileIf

public compileIf (array $statement, [mixed $extendsMode]) Compiles a ‘if’ statement returning PHP code

2016-10-16 09:56:03
Mvc\View\Engine\Volt\Compiler::compileReturn

public compileReturn (array $statement) Compiles a “return” statement returning PHP code

2016-10-16 09:56:03
Mvc\View\Engine\Volt\Compiler::getCompiledTemplatePath

public getCompiledTemplatePath () Returns the path to the last compiled template

2016-10-16 09:56:04
Mvc\View\Engine\Volt\Compiler::compileDo

public compileDo (array $statement) Compiles a “do” statement returning PHP code

2016-10-16 09:56:02
Mvc\View\Engine\Volt\Compiler::getDI

public getDI () Returns the internal dependency injector

2016-10-16 09:56:04
Mvc\View\Engine\Volt\Compiler::getExtensions

public getExtensions () Returns the list of extensions registered in Volt

2016-10-16 09:56:05
Mvc\View\Engine\Volt\Compiler::compileAutoEscape

public compileAutoEscape (array $statement, mixed $extendsMode) Compiles a “autoescape” statement returning

2016-10-16 09:56:02