Home
last modified time | relevance | path

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

/dports/www/itop/web/synchro/
H A Dsynchrodatasource.class.inc.php1899 foreach($aAttributes as $sAttCode => $oSyncAtt)
2102 if (!is_null($oSyncAtt) && ($oSyncAtt instanceof SynchroAttExtKey))
2136 elseif (!is_null($oSyncAtt) && ($oSyncAtt instanceof SynchroAttLinkSet))
2146 …$bLocalizedValue, $oSyncAtt->Get('row_separator'), $oSyncAtt->Get('attribute_separator'), $oSyncAt…
2418 while ($oSyncAtt = $oSetAtt->Fetch())
2420 if ($oSyncAtt->Get('update'))
2422 $aAttCodesToUpdate[$oSyncAtt->Get('attcode')] = $oSyncAtt;
2424 if ($oSyncAtt->Get('reconcile'))
2426 $aAttCodesToReconcile[$oSyncAtt->Get('attcode')] = $oSyncAtt;
2428 $aAttCodesExpected[$oSyncAtt->Get('attcode')] = $oSyncAtt;
[all …]