[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/plugins/extension/joomla/ -> joomla.php (summary)

(no description)

Copyright: (C) 2010 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
File Size: 298 lines (10 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PlgExtensionJoomla:: (5 methods):
  addUpdateSite()
  onExtensionAfterInstall()
  onExtensionAfterUninstall()
  onExtensionAfterUpdate()
  processUpdateSites()


Class: PlgExtensionJoomla  - X-Ref

Joomla! master extension plugin.

addUpdateSite($name, $type, $location, $enabled, $extraQuery = '')   X-Ref
Adds an update site to the table if it doesn't exist.

param: string   $name        The friendly name of the site
param: string   $type        The type of site (e.g. collection or extension)
param: string   $location    The URI for the site
param: boolean  $enabled     If this site is enabled
param: string   $extraQuery  Any additional request query to use when updating
return: void

onExtensionAfterInstall($installer, $eid)   X-Ref
Handle post extension install update sites

param: Installer  $installer  Installer object
param: integer    $eid        Extension Identifier
return: void

onExtensionAfterUninstall($installer, $eid, $removed)   X-Ref
Handle extension uninstall

param: Installer  $installer  Installer instance
param: integer    $eid        Extension id
param: boolean    $removed    Installation result
return: void

onExtensionAfterUpdate($installer, $eid)   X-Ref
After update of an extension

param: Installer  $installer  Installer object
param: integer    $eid        Extension identifier
return: void

processUpdateSites()   X-Ref
Processes the list of update sites for an extension.

return: void



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer