\InstallationControllerRemovefolder
Controller class to set the FTP data for the Joomla Installer.
Synopsis
class InstallationControllerRemovefolder
extends JControllerBase
{
- // methods
- public void execute()
- public void sendJsonResponse()
- // 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
Extends
Members
protected
- $app
—
JApplicationBase
The application object. - $input
—
JInput
The input object.
Methods
public
- execute() — Execute the controller.
- sendJsonResponse() — Method to send a JSON response. The data parameter can be a Exception object for when an error has occurred or a stdClass for a good response.
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.