ModelInterface

Extends StatefulModelInterface

Joomla Framework Model Interface

deprecated
since

1.0

deprecated

2.0 Use the StatefulModelInterface instead

package

Joomla Framework

Methods

getState

Get the model state.

getState() : \Joomla\Registry\Registry
inherited
since

1.3.0

Response

\Joomla\Registry\RegistryThe state object.

setState

Set the model state.

setState(\Joomla\Registry\Registry state) : void
since

1.0

Arguments

state

\Joomla\Registry\RegistryThe state object.