public setOption (string $option, mixed $value) Sets a single compiler option
public addExtension (mixed $extension) Registers a Volt’s extension
public string compileEcho (array $statement) Compiles a ‘{{‘ ‘}}’ statement returning PHP code
public compileElseIf (array $statement) Compiles a “elseif” statement returning PHP code
public compile (mixed $templatePath, [mixed $extendsMode]) Compiles a template into a file applying the compiler
public addFilter (mixed $name, mixed $definition) Register a new filter in the compiler
public getFunctions () Register the user registered functions
public compileCache (array $statement, [mixed $extendsMode]) Compiles a “cache” statement returning PHP code
public setDI (Phalcon\DiInterface $dependencyInjector)
public addFunction (mixed $name, mixed $definition) Register a new function in the compiler
Page 1 of 4