\View

Manages different views.

Summary

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

Properties

$template

$template : \Template

Holds the template object to manipulate html files.

Type

normal

Methods

__construct()

__construct(\Template  $template) : mixed

Initializes the template object.

Parameters

\Template $template

The template object to manipulate html content.

Returns

mixed

show()

show() : void

Outputs the html for this view.