Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface InstallerScriptInterface
+ Graphe d'héritage de InstallerScriptInterface:

Fonctions membres publiques

 install (InstallerAdapter $adapter)
 
 update (InstallerAdapter $adapter)
 
 uninstall (InstallerAdapter $adapter)
 
 preflight (string $type, InstallerAdapter $adapter)
 
 postflight (string $type, InstallerAdapter $adapter)
 

Description détaillée

Base install script interface for use by extensions providing helper methods for common behaviours.

Depuis
4.2.0

Documentation des fonctions membres

◆ install()

install ( InstallerAdapter  $adapter)

Function called after the extension is installed.

Paramètres
InstallerAdapter$adapterThe adapter calling this method
Renvoie
boolean True on success
Depuis
4.2.0

Implémenté dans LegacyInstallerScript.

◆ postflight()

postflight ( string  $type,
InstallerAdapter  $adapter 
)

Function called after extension installation/update/removal procedure commences.

Paramètres
string$typeThe type of change (install or discover_install, update, uninstall)
InstallerAdapter$adapterThe adapter calling this method
Renvoie
boolean True on success
Depuis
4.2.0

Implémenté dans LegacyInstallerScript.

◆ preflight()

preflight ( string  $type,
InstallerAdapter  $adapter 
)

Function called before extension installation/update/removal procedure commences.

Paramètres
string$typeThe type of change (install or discover_install, update, uninstall)
InstallerAdapter$adapterThe adapter calling this method
Renvoie
boolean True on success
Depuis
4.2.0

Implémenté dans LegacyInstallerScript.

◆ uninstall()

uninstall ( InstallerAdapter  $adapter)

Function called after the extension is uninstalled.

Paramètres
InstallerAdapter$adapterThe adapter calling this method
Renvoie
boolean True on success
Depuis
4.2.0

Implémenté dans LegacyInstallerScript.

◆ update()

update ( InstallerAdapter  $adapter)

Function called after the extension is updated.

Paramètres
InstallerAdapter$adapterThe adapter calling this method
Renvoie
boolean True on success
Depuis
4.2.0

Implémenté dans LegacyInstallerScript.


La documentation de cette interface a été générée à partir du fichier suivant :