mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
New implementation of the setup:
- All actions are performed asynchronously at the end of the setup - Supports upgrading and reinstalling (to add modules) SVN:trunk[1157]
This commit is contained in:
@@ -31,7 +31,11 @@ abstract class ModuleInstallerAPI
|
||||
return $oConfiguration;
|
||||
}
|
||||
|
||||
public static function AfterDatabaseCreation(Config $oConfiguration)
|
||||
public static function BeforeDatabaseCreation(Config $oConfiguration, $sPreviousVersion, $sCurrentVersion)
|
||||
{
|
||||
}
|
||||
|
||||
public static function AfterDatabaseCreation(Config $oConfiguration, $sPreviousVersion, $sCurrentVersion)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user