public compileInclude (array $statement) Compiles a ‘include’ statement returning PHP code
public setOptions (array $options) Sets the compiler options
public getVar (mixed $key) Returns a parameter previously set in the view
public setVars (array $params, [mixed $merge]) Set all the render params
public string getRender (string $controllerName, string $actionName, [array $params], [mixed $configCallback])
public getActiveRenderPath () Returns the path (or paths) of the views that are currently rendered
public setUniquePrefix (mixed $prefix) Set a unique prefix to be used as prefix for compiled variables
public setVar (mixed $key, mixed $value) Set a single view parameter
public resolveTest (array $test, mixed $left) Resolves filter intermediate code into a valid PHP expression
public setLayoutsDir (mixed $layoutsDir) Sets the layouts sub-directory. Must be a directory under the views directory
Page 10 of 15