public string getActiveRenderPath () Returns the path of the view that is currently rendered
public addFilter (mixed $name, mixed $definition) Register a new filter in the compiler
public setOption (string $option, mixed $value) Sets a single compiler option
public setContent (mixed $content) Externally sets the view content
public getControllerName () Gets the name of the controller rendered
public cleanTemplateBefore () Resets any “template before” layouts
public setLayout (mixed $layout) Change the layout to be used instead of using the name of the latest controller name
public getFunctions () Register the user registered functions
public array getParamsToView () Returns parameters to views
public getParams () Gets extra parameters of the action rendered
Page 1 of 15