\JModelBase
Joomla Platform Base Model Class
Synopsis
class JModelBase
implements
JModel
{
- // members
- protected JRegistry $state;
- // methods
- public void __construct()
- public JRegistry getState()
- public void setState()
- protected JRegistry loadState()
Hierarchy
Extended by
- DatabaseModel
- BaseModel
- InstallationModelDatabase
- InstallationModelFtp
- InstallationModelConfiguration
- InstallationModelLanguages
- InstallationModelSetup
- ConfigModelConfig
- ConfigModelCms
- ConfigModelForm
- ConfigModelTemplates
- ConfigModelComponent
- ConfigModelApplication
- JModelDatabase
Implements
Members
protected
- $state
—
JRegistry
The model state.
Methods
protected
- loadState() — Load the model state.
public
- __construct() — Instantiate the model.
- getState() — Get the model state.
- setState() — Set the model state.