public functionCall (array $expr) Resolves function intermediate code into PHP function calls
public length (mixed $item) Length filter. If an array/object is passed a count is performed otherwise a strlen/mb_strlen
abstract public partial (mixed $partialPath, [mixed $params]) ...
public isIncluded (mixed $needle, mixed $haystack) Checks if the needle is included in the haystack
public getRegisteredEngines ()
public getContent () Returns cached output from another view stage
public setViewsDir (mixed $viewsDir) Sets the views directory. Depending of your platform, always add a trailing slash
public string partial (string $partialPath, [array $params]) Renders a partial inside another view
public getVar (mixed $key) Returns a parameter previously set in the view
public render (mixed $path, mixed $params, [mixed $mustClean]) Renders a view using the template
Page 11 of 15