public exists (mixed $view) Checks whether view exists
public enable () Enables the auto-rendering process
public getActionName () Gets the name of the action rendered
public getActiveRenderPath () Returns the path (or paths) of the views that are currently rendered
public finish () Finishes the render process by stopping the output buffering
public getBasePath () Gets base path
integer CACHE_MODE_INVERSE
public disable () Disables the auto-rendering process
integer CACHE_MODE_NONE
public disableLevel (mixed $level) Disables a specific level of rendering // Render all levels except ACTION level $this->view->disableLevel(View::LEVEL_ACTION_VIEW);
Page 69 of 382