Class InstallationControllerRemovefolder

Description

Controller class to set the FTP data for the Joomla Installer.

  • since: 3.1

Located in /installation/controller/removefolder.php (line 19)

JControllerBase
   |
   --InstallationControllerRemovefolder
Method Summary
 void execute ()
 void sendJsonResponse (mixed $response)
Variables
Methods
execute (line 28)

Execute the controller.

  • since: 3.1
  • access: public
void execute ()
sendJsonResponse (line 145)

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.

  • since: 3.1
  • access: public
void sendJsonResponse (mixed $response)
  • mixed $response: stdClass on success, Exception on failure.

Inherited Methods

Inherited From JControllerBase

 JControllerBase::__construct()
 JControllerBase::getApplication()
 JControllerBase::getInput()
 JControllerBase::loadApplication()
 JControllerBase::loadInput()
 JControllerBase::serialize()
 JControllerBase::unserialize()

Documentation generated on Tue, 19 Nov 2013 15:11:47 +0100 by phpDocumentor 1.4.3