public string getRender (string $controllerName, string $actionName, [array $params], [mixed $configCallback])
public getVar (mixed $key) Returns a parameter previously set in the view
public setLayoutsDir (mixed $layoutsDir) Sets the layouts sub-directory. Must be a directory under the views directory
integer CACHE_MODE_INVERSE
public isCaching () Check if the component is currently caching the output content
public setMainView (mixed $viewPath) Sets default view name. Must be a file without extension in the views directory
public setPartialsDir (mixed $partialsDir) Sets a partials sub-directory. Must be a directory under the views directory
public __get (mixed $key) Magic method to retrieve a variable passed to the view
public setViewsDir (mixed $viewsDir) Sets the views directory. Depending of your platform, always add a trailing slash
public getActiveRenderPath () Returns the path (or paths) of the views that are currently rendered
Page 5 of 6