![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de PlgExtensionJoomla:Fonctions membres publiques | |
| onExtensionAfterInstall ($installer, $eid) | |
| onExtensionAfterUninstall ($installer, $eid, $result) | |
| onExtensionAfterUpdate ($installer, $eid) | |
Attributs protégés | |
| $autoloadLanguage = true | |
Fonctions membres privées | |
| addUpdateSite ($name, $type, $location, $enabled) | |
| processUpdateSites () | |
Attributs privés | |
| $eid = 0 | |
| $installer = null | |
Joomla! master extension plugin.
|
private |
Adds an update site to the table if it doesn't exist.
| string | $name | The friendly name of the site |
| string | $type | The type of site (e.g. collection or extension) |
| string | $location | The URI for the site |
| boolean | $enabled | If this site is enabled |
Références $db, $enabled, $location, $name, $query, et $type.
| onExtensionAfterInstall | ( | $installer, | |
| $eid | |||
| ) |
Handle post extension install update sites
| JInstaller | $installer | Installer object |
| integer | $eid | Extension Identifier |
| onExtensionAfterUninstall | ( | $installer, | |
| $eid, | |||
| $result | |||
| ) |
| onExtensionAfterUpdate | ( | $installer, | |
| $eid | |||
| ) |
After update of an extension
| JInstaller | $installer | Installer object |
| integer | $eid | Extension identifier |
|
private |
|
protected |
|
private |
|
private |