public addExtension (mixed $extension) Registers a Volt’s extension
public addFunction (mixed $name, mixed $definition) Register a new function in the compiler
public compileElseIf (array $statement) Compiles a “elseif” statement returning PHP code
public compileForElse () Generates a ‘forelse’ PHP code
public array parse (string $viewCode) Parses a Volt template returning its intermediate representation
public setOption (string $option, mixed $value) Sets a single compiler option
public compileCache (array $statement, [mixed $extendsMode]) Compiles a “cache” statement returning PHP code
public addFilter (mixed $name, mixed $definition) Register a new filter in the compiler
public string compileEcho (array $statement) Compiles a ‘{{‘ ‘}}’ statement returning PHP code
public getFunctions () Register the user registered functions
Page 1 of 4