\BaseModel
Concrete class extending JModelBase.
Synopsis
class BaseModel
extends JModelBase
{
- // Inherited members from JModelBase
- protected JRegistry $state;
- // Inherited methods from JModelBase
- public void __construct()
- public JRegistry getState()
- public void setState()
- protected JRegistry loadState()
Hierarchy
Extends
Members
protected
- $state
—
JRegistry
The model state.
Methods
Inherited from JModelBase
protected
- loadState() — Load the model state.
public
- getState() — Get the model state.
- setState() — Set the model state.