public string compileEcho (array $statement) Compiles a ‘{{‘ ‘}}’ statement returning PHP code
public getViewsDir () Gets views directory
public getCache () Returns the cache instance used to cache
public getLayoutsDir () Gets the current layouts sub-directory
public slice (mixed $value, [mixed $start], [mixed $end]) Extracts a slice from a string/array/traversable
public compileElseIf (array $statement) Compiles a “elseif” statement returning PHP code
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 getParamsToView () Returns parameters to views
public start () Starts rendering process enabling the output buffering
Page 1 of 15