Implemented the capability to modify queries by the mean of a plugin (reintegrated from branch 1.2, release candidate)

SVN:trunk[1849]
This commit is contained in:
Romain Quetiez
2012-02-08 15:16:16 +00:00
parent 20077a4c3a
commit d4816ddc51
10 changed files with 354 additions and 76 deletions

View File

@@ -1302,6 +1302,11 @@ abstract class DBObject
return $this->DBInsert();
}
public function DBInsertTrackedNoReload(CMDBChange $oVoid)
{
return $this->DBInsertNoReload();
}
// Creates a copy of the current object into the database
// Returns the id of the newly created object
public function DBClone($iNewKey = null)