public __isset (mixed $key) Magic method to retrieve if a variable is set in the view
public compile (mixed $templatePath, [mixed $extendsMode]) Compiles a template into a file applying the compiler
public setOption (string $option, mixed $value) Sets a single compiler option
public addFilter (mixed $name, mixed $definition) Register a new filter in the compiler
public array parse (string $viewCode) Parses a Volt template returning its intermediate representation
public setLayout (mixed $layout) Change the layout to be used instead of using the name of the latest controller name
public setTemplateBefore (mixed $templateBefore) Sets a template before the controller layout
public addExtension (mixed $extension) Registers a Volt’s extension
public getViewsDir () Gets views directory
public getBasePath () Gets base path
Page 1 of 15