public string getOption (string $option) Returns a compiler’s option
public getFilters () Register the user registered filters
public getUniquePrefix () Return a unique prefix to be used as prefix for compiled variables and contexts
public getTemplatePath () Returns the path that is currently being compiled
public array parse (string $viewCode) Parses a Volt template returning its intermediate representation print_r($compiler->parse('{{ 3 + 2 }}'));
public getFunctions () Register the user registered functions
public getExtensions () Returns the list of extensions registered in Volt
public functionCall (array $expr) Resolves function intermediate code into PHP function calls
public getCompiledTemplatePath () Returns the path to the last compiled template
final public mixed fireExtensionEvent (string $name, [array $arguments]) Fires an event to registered extensions
Page 55 of 382