$path
$path : string
View class.
The View
class represents a view object in the Omega system. Instances of
this class are used to handle view rendering using a rendering engine that
implements the RendererInterface.
$engine : \Omega\View\Engine\EngineInterface
__construct(\Omega\View\Engine\EngineInterface $engine, string $path, array$data = []) : mixed
View class constructor.
\Omega\View\Engine\EngineInterface | $engine | Holds an instance of Renderer. |
string | $path | Holds the view path |
array |
$data | Holds an array of date for rendering the view. |