public setParamToView (mixed $key, mixed $value) Adds parameters to views (alias of setVar)
public getParamsToView () Returns parameters to views
public start () Starts rendering process enabling the output buffering
public compile (mixed $templatePath, [mixed $extendsMode]) Compiles a template into a file applying the compiler
public addFilter (mixed $name, mixed $definition) Register a new filter in the compiler
public getFunctions () Register the user registered functions
public setDI (Phalcon\DiInterface $dependencyInjector)
public __isset (mixed $key) Magic method to retrieve if a variable is set in the view
public addFunction (mixed $name, mixed $definition) Register a new function in the compiler
public array parse (string $viewCode) Parses a Volt template returning its intermediate representation
Page 3 of 15