StatefulModelTrait
Trait representing a model holding a state
since |
1.3.0 |
---|---|
package |
Joomla Framework |
Methods
getState
Get the model state.
getState() : \Joomla\Registry\Registry
since |
1.3.0 |
---|---|
throws |
|
Response
\Joomla\Registry\Registry
The state object.
setState
Set the model state.
setState(\Joomla\Registry\Registry state) : void
since |
1.3.0 |
---|
Arguments
- state
\Joomla\Registry\Registry
The state object.
Properties
state
The model state.
since |
1.3.0 |
---|
Type(s)
\Joomla\Registry\Registry