public compileDo (array $statement) Compiles a “do” statement returning PHP code
public cache ([mixed $options]) Cache the actual view render to certain level
public partial (mixed $partialPath, [mixed $params]) Renders a partial view
public getPartialsDir () Gets the current partials sub-directory
public compileIf (array $statement, [mixed $extendsMode]) Compiles a ‘if’ statement returning PHP code
public enable () Enables the auto-rendering process
public getContent () Returns cached output on another view stage
public getExtensions () Returns the list of extensions registered in Volt
public compileReturn (array $statement) Compiles a “return” statement returning PHP code
public render (string $path, [array $params]) Renders a view
Page 6 of 15