public __get (mixed $key) Magic method to retrieve a variable passed to the view
public registerEngines (array $engines) Register templating engines
public setVar (mixed $key, mixed $value) Set a single view parameter
public setVars (array $params, [mixed $merge]) Set all the render params
public getRegisteredEngines ()
public getContent () Returns cached output from another view stage
public getVar (mixed $key) Returns a parameter previously set in the view
public setViewsDir (mixed $viewsDir) Sets views directory. Depending of your platform, always add a trailing slash
public __set (mixed $key, mixed $value) Magic method to pass variables to the views
extends abstract class Phalcon\Di\Injectable
Page 2 of 3