\Omega\View View

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.

Summary

Methods
Properties
Constants
__construct
__toString
path
data
No public constants found
No protected methods found
engine
No protected constants found
No private methods found
No private properties found
No private constants found

Properties

$path

$path : string

Type

string

$data

$data : array

Type

array<string|int, mixed>

$engine

$engine : \Omega\View\Engine\EngineInterface

Type

EngineInterface

Methods

__construct()

__construct(\Omega\View\Engine\EngineInterface  $engine, string  $path, array  $data = []) : mixed

View class constructor.

Parameters

\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.

Returns

mixed —

__toString()

__toString() : string

Magic to string.

Returns

string —

Return the renderer view.