public setContent (mixed $content) Externally sets the view content
public array getParamsToView () Returns parameters to views
public getCache () Returns the cache instance used to cache
public string getActiveRenderPath () Returns the path of the view that is currently rendered
public setParamToView (mixed $key, mixed $value) Adds parameters to views (alias of setVar)
public array getCacheOptions () Returns the cache options
public cache ([mixed $options]) Cache the actual view render to certain level
public partial (mixed $partialPath, [mixed $params]) Renders a partial view
public render (string $path, [array $params]) Renders a view
public registerEngines (array $engines) Register templating engines
Page 1 of 3