final public expression (array $expr) Resolves an expression node in an AST volt tree
public compileString (mixed $viewCode, [mixed $extendsMode]) Compiles a template into a string
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 setOptions (array $options) Set Volt’s options
public length (mixed $item) Length filter. If an array/object is passed a count is performed otherwise a strlen/mb_strlen
public getOptions () Returns the compiler options
public string compileCall (array $statement, boolean $extendsMode) Compiles calls to macros
public getFilters () Register the user registered filters
public compileMacro (array $statement, mixed $extendsMode) Compiles macros
Page 5 of 6