Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
install (InstallerAdapter $adapter) | |
update (InstallerAdapter $adapter) | |
uninstall (InstallerAdapter $adapter) | |
preflight (string $type, InstallerAdapter $adapter) | |
postflight (string $type, InstallerAdapter $adapter) | |
Base install script interface for use by extensions providing helper methods for common behaviours.
install | ( | InstallerAdapter | $adapter | ) |
Function called after the extension is installed.
InstallerAdapter | $adapter | The adapter calling this method |
Implémenté dans LegacyInstallerScript.
postflight | ( | string | $type, |
InstallerAdapter | $adapter | ||
) |
Function called after extension installation/update/removal procedure commences.
string | $type | The type of change (install or discover_install, update, uninstall) |
InstallerAdapter | $adapter | The adapter calling this method |
Implémenté dans LegacyInstallerScript.
preflight | ( | string | $type, |
InstallerAdapter | $adapter | ||
) |
Function called before extension installation/update/removal procedure commences.
string | $type | The type of change (install or discover_install, update, uninstall) |
InstallerAdapter | $adapter | The adapter calling this method |
Implémenté dans LegacyInstallerScript.
uninstall | ( | InstallerAdapter | $adapter | ) |
Function called after the extension is uninstalled.
InstallerAdapter | $adapter | The adapter calling this method |
Implémenté dans LegacyInstallerScript.
update | ( | InstallerAdapter | $adapter | ) |
Function called after the extension is updated.
InstallerAdapter | $adapter | The adapter calling this method |
Implémenté dans LegacyInstallerScript.