Class InstallerControllerManage

Description

Located in /administrator/components/com_installer/controllers/manage.php (line 16)

JObject
   |
   --JController
      |
      --InstallerControllerManage
Method Summary
InstallerControllerManage __construct ([array $config = array()])
void publish ()
void refresh ()
void remove ()
Variables
Methods
Constructor __construct (line 25)

Constructor.

InstallerControllerManage __construct ([array $config = array()])
  • array $config: An optional associative array of configuration settings.

Redefinition of:
JController::__construct()
Constructor.
publish (line 38)

Enable/Disable an extension (if supported).

  • since: 1.6
  • access: public
void publish ()
refresh (line 98)

Refreshes the cached metadata about an extension.

Useful for debugging and testing purposes when the XML file might change.

  • since: 1.6
void refresh ()
remove (line 78)

Remove an extension (Uninstall).

  • since: 1.5
  • access: public
void remove ()

Inherited Methods

Inherited From JController

JController::__construct()
JController::addModelPath()
JController::addPath()
JController::addViewPath()
JController::authorise()
JController::authorize()
JController::checkEditId()
JController::createFileName()
JController::createModel()
JController::createView()
JController::display()
JController::execute()
JController::getInstance()
JController::getModel()
JController::getName()
JController::getTask()
JController::getTasks()
JController::getView()
JController::holdEditId()
JController::redirect()
JController::registerDefaultTask()
JController::registerTask()
JController::releaseEditId()
JController::setAccessControl()
JController::setMessage()
JController::setPath()
JController::setRedirect()
JController::unregisterTask()

Inherited From JObject

JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()

Documentation generated on Mon, 25 Jun 2012 13:56:40 -0500 by phpDocumentor 1.4.4