public setBasePath (mixed $basePath) Sets base path. Depending of your platform, always add a trailing slash or backslash
public array getCacheOptions () Returns the cache options
public string compileEcho (array $statement) Compiles a ‘{{‘ ‘}}’ statement returning PHP code
public getFunctions () Register the user registered functions
public array parse (string $viewCode) Parses a Volt template returning its intermediate representation
public setOption (string $option, mixed $value) Sets a single compiler option
public string getActiveRenderPath () Returns the path of the view that is currently rendered
public setContent (mixed $content) Externally sets the view content
public compileForElse () Generates a ‘forelse’ PHP code
public addFilter (mixed $name, mixed $definition) Register a new filter in the compiler
Page 3 of 15