Abstract Class JModelBase

Description

Implements interfaces:

Joomla Platform Base Model Class

  • abstract:
  • since: 12.1

Located in /libraries/joomla/model/base.php (line 19)


	
			
Direct descendents
Class Description
 class InstallationModelConfiguration Configuration setup model for the Joomla Core Installer.
 class InstallationModelDatabase Database configuration model for the Joomla Core Installer.
 class InstallationModelFtp FTP configuration model for the Joomla Core Installer.
 class InstallationModelLanguages Language Installer model for the Joomla Core Installer.
 class InstallationModelSetup Setup model for the Joomla Core Installer.
Abstract class JModelDatabase Joomla Platform Database Model Class
Variable Summary
Method Summary
 JModelBase __construct ([JRegistry $state = null])
 void setState (JRegistry $state)
Variables
JRegistry $state (line 27)

The model state.

  • since: 12.1
  • access: protected
Methods
Constructor __construct (line 36)

Instantiate the model.

  • since: 12.1
  • access: public
JModelBase __construct ([JRegistry $state = null])

Redefined in descendants as:
getState (line 49)

Get the model state.

  • return: The state object.
  • since: 12.1
  • access: public
JRegistry getState ()

Implementation of:
JModel::getState()
Get the model state.

Redefined in descendants as:
loadState (line 75)

Load the model state.

  • return: The state object.
  • since: 12.1
  • access: protected
JRegistry loadState ()
setState (line 63)

Set the model state.

  • since: 12.1
  • access: public
void setState (JRegistry $state)

Implementation of:
JModel::setState()
Set the model state.

Documentation generated on Tue, 19 Nov 2013 14:54:25 +0100 by phpDocumentor 1.4.3