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 21)

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

Clean up after ourselves

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

Method to display a view.

  • return: This object to support chaining.
  • since: 2.5.4
  • access: public
JController display ([boolean $cachable = false], [array $urlparams = false])
  • 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:
JController::display()
Typical view method for MVC based architecture
download (line 30)

Performs the download of the update package

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

Finalise the upgrade by running the necessary scripts

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

Start the installation of the new Joomla! version

  • since: 2.5.4
  • access: public
void install ()
_applyCredentials (line 156)

Applies FTP credentials to Joomla! itself, when required

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

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 14:00:17 -0500 by phpDocumentor 1.4.4