Mvc\View\Engine\Volt\Compiler::addExtension
  • References/PHP/Phalcon/Mvc/View/Engine/Volt/Compiler

public addExtension (mixed $extension) Registers a Volt’s extension

2025-01-10 15:47:30
Mvc\View\Engine\Volt\Compiler::addFunction
  • References/PHP/Phalcon/Mvc/View/Engine/Volt/Compiler

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

2025-01-10 15:47:30
Mvc\View\Engine\Volt\Compiler::compileElseIf
  • References/PHP/Phalcon/Mvc/View/Engine/Volt/Compiler

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

2025-01-10 15:47:30
Mvc\View\Engine\Volt\Compiler::compileForElse
  • References/PHP/Phalcon/Mvc/View/Engine/Volt/Compiler

public compileForElse () Generates a ‘forelse’ PHP code

2025-01-10 15:47:30
Mvc\View\Engine\Volt\Compiler::parse
  • References/PHP/Phalcon/Mvc/View/Engine/Volt/Compiler

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

2025-01-10 15:47:30
Mvc\View\Engine\Volt\Compiler::setOption
  • References/PHP/Phalcon/Mvc/View/Engine/Volt/Compiler

public setOption (string $option, mixed $value) Sets a single compiler option

2025-01-10 15:47:30
Mvc\View\Engine\Volt\Compiler::compileCache
  • References/PHP/Phalcon/Mvc/View/Engine/Volt/Compiler

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

2025-01-10 15:47:30
Mvc\View\Engine\Volt\Compiler::addFilter
  • References/PHP/Phalcon/Mvc/View/Engine/Volt/Compiler

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

2025-01-10 15:47:30
Mvc\View\Engine\Volt\Compiler::compileEcho
  • References/PHP/Phalcon/Mvc/View/Engine/Volt/Compiler

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

2025-01-10 15:47:30
Mvc\View\Engine\Volt\Compiler::getFunctions
  • References/PHP/Phalcon/Mvc/View/Engine/Volt/Compiler

public getFunctions () Register the user registered functions

2025-01-10 15:47:30