mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2135 - Setup callbacks for MTP
This commit is contained in:
@@ -74,16 +74,6 @@ abstract class ModuleInstallerAPI
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Handler called at the end of the configuration creation
|
||||
* @param $oConfiguration Config The new configuration of the application
|
||||
* @param $sPreviousVersion string Previous version number of the module (empty string in case of first install)
|
||||
* @param $sCurrentVersion string Current version number of the module
|
||||
*/
|
||||
public static function AfterCreateConfig(Config $oConfiguration, $sPreviousVersion, $sCurrentVersion)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Helper to complete the renaming of a class
|
||||
* The renaming is made in the datamodel definition, but the name has to be changed in the DB as well
|
||||
|
||||
Reference in New Issue
Block a user