Rework of the relation diagrams: implemented MetaModel::GetRelatedObjectsDown (still not taking the redundancy into account)

SVN:trunk[3544]
This commit is contained in:
Romain Quetiez
2015-04-13 12:59:26 +00:00
parent 34ff5d6ac4
commit ef8888c679
5 changed files with 615 additions and 445 deletions

View File

@@ -2545,6 +2545,9 @@ abstract class DBObject implements iDisplay
return array();
}
/**
* Will be deprecated soon - use MetaModel::GetRelatedObjectsDown/Up instead to take redundancy into account
*/
public function GetRelatedObjects($sRelCode, $iMaxDepth = 99, &$aResults = array())
{
// Temporary patch: until the impact analysis GUI gets rewritten,