public isIncluded (mixed $needle, mixed $haystack) Checks if the needle is included in the haystack
public resolveTest (array $test, mixed $left) Resolves filter intermediate code into a valid PHP expression
public setOptions (array $options) Set Volt’s options
public string partial (string $partialPath, [array $params]) Renders a partial inside another view
public compileInclude (array $statement) Compiles a ‘include’ statement returning PHP code
public render (mixed $path, mixed $params, [mixed $mustClean]) Renders a view using the template
public string compileCall (array $statement, boolean $extendsMode) Compiles calls to macros
public getTemplatePath () Returns the path that is currently being compiled
public compileForeach (array $statement, [mixed $extendsMode]) Compiles a “foreach” intermediate code representation
public getOptions () Returns the compiler options
Page 5 of 6