Home
last modified time | relevance | path

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

/dports/www/itop/web/synchro/
H A Dsynchrodatasource.class.inc.php1465 protected $m_aTraces = array(); variable in SynchroLog
1489 $this->m_aTraces[] = $sPrefix.$sMsg;
1494 return $this->m_aTraces;
1511 $sTrace = $sPrevTrace."\n".implode("\n", $this->m_aTraces);
1515 $sTrace = implode("\n", $this->m_aTraces);
1524 $this->m_aTraces = array();