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