\InstallationModelConfiguration
Configuration setup model for the Joomla Core Installer.
Synopsis
class InstallationModelConfiguration
extends JModelBase
{
- // Inherited members from JModelBase
- protected JRegistry $state;
- // methods
- public boolean setup()
- public boolean _createConfiguration()
- private boolean _createRootUser()
- // 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
private
- _createRootUser() — Method to create the root user for the site
public
- _createConfiguration() — Method to create the configuration file
- setup() — Method to setup the configuration file
Inherited from JModelBase
protected
- loadState() — Load the model state.
public
- getState() — Get the model state.
- setState() — Set the model state.