Home
last modified time | relevance | path

Searched refs:m_aTouchedAtt (Results 1 – 1 of 1) sorted by relevance

/dports/www/itop/web/core/
H A Ddbobject.class.php115 protected $m_aTouchedAtt = array(); // list of (potentially) modified sAttCodes variable in DBObject
128 $this->m_aTouchedAtt = array();
264 $this->m_aTouchedAtt = array();
387 $this->m_aTouchedAtt[$sAttCode] = true;
1799 …elseif(!array_key_exists($sAtt, $this->m_aTouchedAtt) || (array_key_exists($sAtt, $this->m_aModifi…
1930 if (!array_key_exists($sAttCode, $this->m_aTouchedAtt)) continue;
1951 if (!array_key_exists($sAttCode, $this->m_aTouchedAtt)) continue;
2498 $this->m_aTouchedAtt = array();