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