public compileString (mixed $viewCode, [mixed $extendsMode]) Compiles a template into a string
public length (mixed $item) Length filter. If an array/object is passed a count is performed otherwise a strlen/mb_strlen
public isIncluded (mixed $needle, mixed $haystack) Checks if the needle is included in the haystack
public resolveTest (array $test, mixed $left) Resolves filter intermediate code into a valid PHP expression
public string partial (string $partialPath, [array $params]) Renders a partial inside another view
public compileInclude (array $statement) Compiles a ‘include’ statement returning PHP code
public compileMacro (array $statement, mixed $extendsMode) Compiles macros
public getTemplatePath () Returns the path that is currently being compiled
public compileForeach (array $statement, [mixed $extendsMode]) Compiles a “foreach” intermediate code representation
public getView () Returns the view component related to the adapter
Page 5 of 6