public getLayout () Returns the name of the main view
public getFunctions () Register the user registered functions
public getCache () Returns the cache instance used to cache
public setParamToView (mixed $key, mixed $value) Adds parameters to views (alias of setVar)
extends abstract class Phalcon\Mvc\View\Engine
public getParamsToView () Returns parameters to views
public string compileEcho (array $statement) Compiles a ‘{{‘ ‘}}’ statement returning PHP code
public compileElseIf (array $statement) Compiles a “elseif” statement returning PHP code
public start () Starts rendering process enabling the output buffering
public finish () Finishes the render process by stopping the output buffering
Page 3 of 15