public string partial (string $partialPath, [array $params]) Renders a partial inside another view
public render (mixed $path, mixed $params, [mixed $mustClean]) Renders a view using the template
public compileString (mixed $viewCode, [mixed $extendsMode]) Compiles a template into a string
public compileInclude (array $statement) Compiles a ‘include’ statement returning PHP code
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 getTemplatePath () Returns the path that is currently being compiled
public getOptions () Returns the compiler options
public attributeReader (array $expr) Resolves attribute reading
public getFilters () Register the user registered filters
Page 5 of 6