public getViewsDir () Gets views directory
public getLayout () Returns the name of the main view
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 setTemplateBefore (mixed $templateBefore) Sets a template before the controller layout
public getLayoutsDir () Gets the current layouts sub-directory
public finish () Finishes the render process by stopping the output buffering
public setLayout (mixed $layout) Change the layout to be used instead of using the name of the latest controller name
public reset () Resets the view component to its factory default values
public __set (mixed $key, mixed $value) Magic method to pass variables to the views
Page 1 of 6