Class JoomlaupdateControllerUpdate

Description

The Joomla! update controller for the Update view

  • since: 2.5.4

Located in /administrator/components/com_joomlaupdate/controllers/update.php (line 19)

JObject
   |
   --JControllerLegacy
      |
      --JoomlaupdateControllerUpdate
Method Summary
 void cleanup ()
 JoomlaupdateControllerUpdate display ([boolean $cachable = false], [array $urlparams = array()])
 void download ()
 void finalise ()
 void install ()
 void purge ()
Variables
Methods
cleanup (line 114)

Clean up after ourselves

  • since: 2.5.4
  • access: public
void cleanup ()
display (line 160)

Method to display a view.

  • return: This object to support chaining.
  • since: 2.5.4
  • access: public
JoomlaupdateControllerUpdate display ([boolean $cachable = false], [array $urlparams = array()])
  • boolean $cachable: If true, the view output will be cached
  • array $urlparams: An array of safe url parameters and their variable types, for valid values see JFilterInput::clean().

Redefinition of:
JControllerLegacy::display()
Typical view method for MVC based architecture
download (line 28)

Performs the download of the update package

  • since: 2.5.4
  • access: public
void download ()
finalise (line 91)

Finalise the upgrade by running the necessary scripts

  • since: 2.5.4
  • access: public
void finalise ()
install (line 67)

Start the installation of the new Joomla! version

  • since: 2.5.4
  • access: public
void install ()
purge (line 138)

Purges updates.

  • since: 3.0
  • access: public
void purge ()
_applyCredentials (line 195)

Applies FTP credentials to Joomla! itself, when required

  • since: 2.5.4
  • access: protected
void _applyCredentials ()

Inherited Methods

Inherited From JControllerLegacy

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

Inherited From JObject

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

Documentation generated on Tue, 19 Nov 2013 15:16:08 +0100 by phpDocumentor 1.4.3