AbstractView

Implements ViewInterface

Joomla Framework Abstract View Class

abstract
since

1.0

package

Joomla Framework

Methods

__construct

Method to instantiate the view.

__construct(\Joomla\Model\ModelInterface model) : mixed
since

1.0

Arguments

model

\Joomla\Model\ModelInterfaceThe model object.

Response

mixed

escape

Method to escape output.

escape(string output) : string
deprecated
see ViewInterface::escape()
since

1.0

deprecated

2.0 Interface method is deprecated without replacement.

Arguments

output

stringThe output to escape.

Response

stringThe escaped output.

Properties

model

The model object.

since

1.0

Type(s)

\Joomla\Model\ModelInterface