Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
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, $extraQuery='') | |
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 |
string | $extraQuery | Any additional request query to use when updating |
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 |