JModelBase
Implements \JModelJoomla Platform Base Model Class
abstract deprecated
since |
3.0.0 |
---|---|
deprecated |
4.0 Use the default MVC library |
package |
Joomla.Platform |
Methods
__construct
Instantiate the model.
__construct(\Joomla\Registry\Registry $state = null)
getState
Get the model state.
getState() : \Joomla\Registry\Registry
loadState
Load the model state.
loadState() : \Joomla\Registry\Registry
setState
Set the model state.
setState(\Joomla\Registry\Registry $state) : void