public compileDo (array $statement) Compiles a “do” statement returning PHP code
public getContent () Returns cached output on another view stage
public compileSet (array $statement) Compiles a “set” statement returning PHP code
public setContent (mixed $content) Externally sets the view content
public render (mixed $templatePath, mixed $params, [mixed $mustClean]) Renders a view using the
public getCompiledTemplatePath () Returns the path to the last compiled template
public partial (mixed $partialPath, [mixed $params]) Renders a partial view
public getPartialsDir () Gets the current partials sub-directory
public setTemplateAfter (mixed $templateAfter) Sets a “template after” controller layout
integer LEVEL_NO_RENDER
Page 5 of 15