public compileElseIf (array $statement) Compiles a “elseif” statement returning PHP code
public compileForElse () Generates a ‘forelse’ PHP code
public addFunction (mixed $name, mixed $definition) Register a new function in the compiler
public setDI (Phalcon\DiInterface $dependencyInjector)
public getExtensions () Returns the list of extensions registered in Volt
public compileDo (array $statement) Compiles a “do” statement returning PHP code
public getContent () Returns cached output on another view stage
public compileSet (array $statement) Compiles a “set” statement returning PHP code
public render (mixed $templatePath, mixed $params, [mixed $mustClean]) Renders a view using the
public getCompiledTemplatePath () Returns the path to the last compiled template
Page 2 of 6