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