public string getActiveRenderPath () Returns the path of the view that is currently rendered
public array getCacheOptions () Returns the cache options
public setLayout (mixed $layout) Change the layout to be used instead of using the name of the latest controller name
public getLayout () Returns the name of the main view
public addFunction (mixed $name, mixed $definition) Register a new function in the compiler
public finish () Finishes the render process by stopping the output buffering
public setBasePath (mixed $basePath) Sets base path. Depending of your platform, always add a trailing slash or backslash
public __isset (mixed $key) Magic method to retrieve if a variable is set in the view
public compile (mixed $templatePath, [mixed $extendsMode]) Compiles a template into a file applying the compiler
public getControllerName () Gets the name of the controller rendered
Page 1 of 15