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

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

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

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

2025-01-10 15:47:30
Mvc\View::getVar
  • References/PHP/Phalcon/Mvc/View

public getVar (mixed $key) Returns a parameter previously set in the view

2025-01-10 15:47:30
Mvc\View::__get
  • References/PHP/Phalcon/Mvc/View

public __get (mixed $key) Magic method to retrieve a variable passed to the view

2025-01-10 15:47:30
Mvc\View::setLayoutsDir
  • References/PHP/Phalcon/Mvc/View

public setLayoutsDir (mixed $layoutsDir) Sets the layouts sub-directory. Must be a directory under the views directory

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

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

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

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

2025-01-10 15:47:30
Mvc\View::cleanTemplateAfter
  • References/PHP/Phalcon/Mvc/View

public cleanTemplateAfter () Resets any template before layouts

2025-01-10 15:47:30
Mvc\View\Simple::setViewsDir
  • References/PHP/Phalcon/Mvc/View/Simple

public setViewsDir (mixed $viewsDir) Sets views directory. Depending of your platform, always add a trailing slash

2025-01-10 15:47:30
Mvc\View::getPartial
  • References/PHP/Phalcon/Mvc/View

public getPartial (mixed $partialPath, [mixed $params]) Renders a partial view

2025-01-10 15:47:30