public isIncluded (mixed $needle, mixed $haystack) Checks if the needle is included in the haystack
public setViewsDir (mixed $viewsDir) Sets the views directory. Depending of your platform, always add a trailing slash
public getRegisteredEngines ()
public isCaching () Check if the component is currently caching the output content
public getVar (mixed $key) Returns a parameter previously set in the view
public setMainView (mixed $viewPath) Sets default view name. Must be a file without extension in the views directory
public functionCall (array $expr) Resolves function intermediate code into PHP function calls
public setOptions (array $options) Set Volt’s options
integer CACHE_MODE_INVERSE
public setPartialsDir (mixed $partialsDir) Sets a partials sub-directory. Must be a directory under the views directory
Page 11 of 15