Mvc\View\Engine\Volt\Compiler::setUniquePrefix

public setUniquePrefix (mixed $prefix) Set a unique prefix to be used as prefix for compiled variables

2016-10-16 09:56:07
Mvc\View\Engine\Volt\Compiler::compileInclude

public compileInclude (array $statement) Compiles a ‘include’ statement returning PHP code

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

public resolveTest (array $test, mixed $left) Resolves filter intermediate code into a valid PHP expression

2016-10-16 09:56:06
Mvc\View\Engine\Volt\Compiler::functionCall

public functionCall (array $expr) Resolves function intermediate code into PHP function calls

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

public string | array compileFile (string $path, string $compiledPath, [boolean $extendsMode])

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

final public mixed fireExtensionEvent (string $name, [array $arguments]) Fires an event to registered

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

final public expression (array $expr) Resolves an expression node in an AST volt tree

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

public setOptions (array $options) Sets the compiler options

2016-10-16 09:56:07
Mvc\View\Engine\Volt\Compiler::compileString

public compileString (mixed $viewCode, [mixed $extendsMode]) Compiles a template into a string

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

public attributeReader (array $expr) Resolves attribute reading

2016-10-16 09:56:01