public compileString (mixed $viewCode, [mixed $extendsMode]) Compiles a template into a string
public compileInclude (array $statement) Compiles a ‘include’ statement returning PHP code
public getVar (mixed $key) Returns a parameter previously set in the view
public __get (mixed $key) Magic method to retrieve a variable passed to the view
public setLayoutsDir (mixed $layoutsDir) Sets the layouts sub-directory. Must be a directory under the views directory
public setUniquePrefix (mixed $prefix) Set a unique prefix to be used as prefix for compiled variables
final public expression (array $expr) Resolves an expression node in an AST volt tree
public cleanTemplateAfter () Resets any template before layouts
public setViewsDir (mixed $viewsDir) Sets views directory. Depending of your platform, always add a trailing slash
public getPartial (mixed $partialPath, [mixed $params]) Renders a partial view
Page 12 of 15