Searched refs:attName (Results 1 – 1 of 1) sorted by relevance
565 function addAttributeValue($attName, $attValue, $xml) argument573 $value = $xml->getAttribute($attName);575 $xml->setAttribute($attName, $attValue);577 $actualAttValue = $xml->getAttribute($attName);580 $xml->setAttribute($attName, (string)$actualAttValue . " $attValue");