N°4099 - remove unused DBObject::GetLoadedAttributes() method

This commit is contained in:
Eric
2021-06-25 17:17:36 +02:00
parent de71d490c1
commit d7ba0aac82

View File

@@ -2431,14 +2431,6 @@ abstract class DBObject implements iDisplay
return $this->m_aCurrValues;
}
/*
* return array
*/
public function GetLoadedAttributes()
{
return array_keys($this->m_aLoadedAtt);
}
/**
* @api
* @api-advanced