2548 - API : remove \DBObject::GetRelationQueries overrides in default datamodel

This commit is contained in:
acognet
2020-07-01 16:27:54 +02:00
parent 46d91322c1
commit 98870b06e3
6 changed files with 27 additions and 501 deletions

View File

@@ -4336,22 +4336,7 @@ abstract class DBObject implements iDisplay
}
/**
* implement relations
*
* Return an empty set for the parent of all
*
* this way of implementing the relations suffers limitations (not handling the redundancy)
* and you should consider defining those things in XML
*
* @internal
* @deprecated
*/
public static function GetRelationQueries($sRelCode)
{
return array();
}
/**
* Reserved: do not overload
*