Home
last modified time | relevance | path

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

/template/strap/ComboStrap/Xml/
H A DXmlDocument.php565 function addAttributeValue($attName, $attValue, $xml) argument
573 $value = $xml->getAttribute($attName);
575 $xml->setAttribute($attName, $attValue);
577 $actualAttValue = $xml->getAttribute($attName);
580 $xml->setAttribute($attName, (string)$actualAttValue . " $attValue");