public setOptions (array $options) Set Volt’s options
public string partial (string $partialPath, [array $params]) Renders a partial inside another view
public setPartialsDir (mixed $partialsDir) Sets a partials sub-directory. Must be a directory under the views directory
public getContent () Returns cached output from another view stage
public isCaching () Check if the component is currently caching the output content
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 getMainView () Returns the name of the main view
abstract public getContent () ...
Page 12 of 15