public compile (mixed $templatePath, [mixed $extendsMode]) Compiles a template into a file applying the compiler
public setOption (string $option, mixed $value) Sets a single compiler option
public addFilter (mixed $name, mixed $definition) Register a new filter in the compiler
public array parse (string $viewCode) Parses a Volt template returning its intermediate representation
public addExtension (mixed $extension) Registers a Volt’s extension
public addFunction (mixed $name, mixed $definition) Register a new function in the compiler
public compileCache (array $statement, [mixed $extendsMode]) Compiles a “cache” statement returning PHP code
public slice (mixed $value, [mixed $start], [mixed $end]) Extracts a slice from a string/array/traversable
public getFunctions () Register the user registered functions
extends abstract class Phalcon\Mvc\View\Engine
Page 1 of 6