public compileInclude (array $statement) Compiles a ‘include’ statement returning PHP code
public setOptions (array $options) Sets the compiler options
public setUniquePrefix (mixed $prefix) Set a unique prefix to be used as prefix for compiled variables
public functionCall (array $expr) Resolves function intermediate code into PHP function calls
final public expression (array $expr) Resolves an expression node in an AST volt tree
final public mixed fireExtensionEvent (string $name, [array $arguments]) Fires an event to registered
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
Page 4 of 6