Mvc\View\Engine\Volt\Compiler::parse

public array parse (string $viewCode) Parses a Volt template returning its intermediate representation

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

public compileForElse () Generates a ‘forelse’ PHP code

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

public compile (mixed $templatePath, [mixed $extendsMode]) Compiles a template into a file applying the compiler

2016-10-16 09:56:01
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::compileElseIf

public compileElseIf (array $statement) Compiles a “elseif” statement returning PHP code

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

public addFunction (mixed $name, mixed $definition) Register a new function in the compiler

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

public getFunctions () Register the user registered functions

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

public setDI (Phalcon\DiInterface $dependencyInjector)

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

public compileCache (array $statement, [mixed $extendsMode]) Compiles a “cache” statement returning PHP code

2016-10-16 09:56:02