mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
DBObject GetValues()
This commit is contained in:
@@ -891,6 +891,11 @@ abstract class DBObject implements iDisplay
|
||||
return isset($aOrigValues[$sAttCode]) ? $aOrigValues[$sAttCode] : null;
|
||||
}
|
||||
|
||||
public function GetValues()
|
||||
{
|
||||
return $this->m_aCurrValues;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the default value of the $sAttCode.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user