extends abstract class Phalcon\Mvc\View\Engine
public getCompiler () Returns the Volt’s compiler
public string | array compileFile (string $path, string $compiledPath, [boolean $extendsMode])
public compileInclude (array $statement) Compiles a ‘include’ statement returning PHP code
public render (mixed $path, mixed $params, [mixed $mustClean]) Renders a view using the template
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
Page 4 of 6