| package |
jelix |
|---|---|
| subpackage |
installer |
| since | 1.2 |
install()
. If an error occurs during the installation, you are responsible to cancel/revert all things the method did before the error
| Throws |
|
|---|
postInstall()
| Throws |
|
|---|
postUninstall()
| Throws |
|
|---|
preInstall()
Here, you should check if the component can be installed or not
| Throws |
|
|---|
preUninstall()
Here, you should check if the component can be uninstalled or not
| Throws |
|
|---|
uninstall()
.
| Throws |
|
|---|