public start () Starts rendering process enabling the output buffering
public setTemplateBefore (mixed $templateBefore) Sets a template before the controller layout
public __isset (mixed $key) Magic method to retrieve if a variable is set in the view
public setLayout (mixed $layout) Change the layout to be used instead of using the name of the latest controller name
public getLayoutsDir () Gets the current layouts sub-directory
public finish () Finishes the render process by stopping the output buffering
public getBasePath () Gets base path
public getLayout () Returns the name of the main view
public cleanTemplateBefore () Resets any “template before” layouts
public getViewsDir () Gets views directory
Page 1 of 6