N°3950 - Deprecate old unreferenced methods that are @deprecated - BulkUpdate

This commit is contained in:
acognet
2022-05-17 15:15:22 +02:00
parent 6086131d3c
commit fd1064b044
3 changed files with 2 additions and 91 deletions

View File

@@ -4525,16 +4525,6 @@ HTML;
}
}
/*
* @deprecated since 3.1.0
* Not used and not working !
*/
protected static function BulkUpdateTracked_Internal(DBSearch $oFilter, array $aValues)
{
// Todo - invoke the extension
return parent::BulkUpdateTracked_Internal($oFilter, $aValues);
}
protected function DBDeleteTracked_Internal(&$oDeletionPlan = null)
{
// Invoke extensions before the deletion (the deletion will do some cleanup and we might loose some information