public sort (array $value) Sorts an array
public setTemplateAfter (mixed $templateAfter) Sets a “template after” controller layout
public compileDo (array $statement) Compiles a “do” statement returning PHP code
public getRegisteredEngines ()
public compileReturn (array $statement) Compiles a “return” statement returning PHP code
public getContent () Returns cached output on another view stage
public cache ([mixed $options]) Cache the actual view render to certain level
public setContent (mixed $content) Externally sets the view content
public compileIf (array $statement, [mixed $extendsMode]) Compiles a ‘if’ statement returning PHP code
public partial (mixed $partialPath, [mixed $params]) Renders a partial view
Page 5 of 15