\InstallationControllerInstallDatabase_remove
Controller class to remove the old database for the Joomla Installer.
Synopsis
class InstallationControllerInstallDatabase_remove
extends InstallationControllerInstallDatabase_backup
{
- // Inherited methods from InstallationControllerInstallDatabase_backup
- public void execute()
- // Inherited methods from JControllerBase
- public void __construct()
- public JApplicationBase getApplication()
- public JInput getInput()
- public string serialize()
- public JController unserialize()
- protected JApplicationBase loadApplication()
- protected JInput loadInput()
Hierarchy
Members
protected
- $app
—
JApplicationBase
The application object. - $input
—
JInput
The input object.
Methods
Inherited from InstallationControllerInstallDatabase_backup
public
- execute() — Execute the controller.
Inherited from JControllerBase
protected
- loadApplication() — Load the application object.
- loadInput() — Load the input object.
public
- getApplication() — Get the application object.
- getInput() — Get the input object.
- serialize() — Serialize the controller.
- unserialize() — Unserialize the controller.