public setOptions (array $options) Sets the compiler options
public string getRender (string $controllerName, string $actionName, [array $params], [mixed $configCallback])
public __get (mixed $key) Magic method to retrieve a variable passed to the view
public getRegisteredEngines ()
public setMainView (mixed $viewPath) Sets default view name. Must be a file without extension in the views directory
public getVar (mixed $key) Returns a parameter previously set in the view
public setUniquePrefix (mixed $prefix) Set a unique prefix to be used as prefix for compiled variables
public getActiveRenderPath () Returns the path (or paths) of the views that are currently rendered
public functionCall (array $expr) Resolves function intermediate code into PHP function calls
final public expression (array $expr) Resolves an expression node in an AST volt tree
Page 10 of 15