Method | Description | |
---|---|---|
install ( ) | should configure the module, install table into the database etc. | |
postInstall ( ) | Redefine this method if you do some additionnal process after the installation of all other modules (dependents modules or the whole application) | |
postUninstall ( ) | ||
preInstall ( ) | Called before the installation of all other modules (dependents modules or the whole application). | |
preUninstall ( ) | Called before the uninstallation of all other modules (dependents modules or the whole application). | |
uninstall ( ) | should remove static files. Probably remove some data if the user is agree etc. |
public install ( ) |
public postInstall ( ) |
public preInstall ( ) |
public preUninstall ( ) |