public getCompiler () Returns the Volt’s compiler
public getActionName () Gets the name of the action rendered
public setVar (mixed $key, mixed $value) Set a single view parameter
public compileAutoEscape (array $statement, mixed $extendsMode) Compiles a “autoescape” statement returning
public setParamToView (mixed $key, mixed $value) Adds parameters to views (alias of setVar)
public setCacheOptions (array $options) Sets the cache options
public setVars (array $params, [mixed $merge]) Set all the render params
public getOptions () Return Volt’s options
public render (string $path, [array $params]) Renders a view
public __get (mixed $key) Magic method to retrieve a variable passed to the view
Page 8 of 15