\Vegas\MvcView

Class View

Summary

Methods
Properties
Constants
__construct()
render()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(null $options, null $viewDir)

Constructor Prepares view settings and engine

Parameters

null $options
null $viewDir

render()

render(string $controllerName, string $actionName, null $params) : \Phalcon\Mvc\View|void

Renders view for controller action

Parameters

string $controllerName
string $actionName
null $params

Returns

\Phalcon\Mvc\View|void