AbstractSystemUpdate AbstractSystemUpdate(
)
|
|
Overwrite this method to perform your installation/update.
Return an boolean, indicating if the installation it was successful or not.
If you encounter an error, use the method $this->addError($message) to log that error.
API Tags:
| Return: | the result |
| Abstract: | |