Home
last modified time | relevance | path

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

/template/strap/ComboStrap/Xml/
H A DXmlDocument.php565 function addAttributeValue($attName, $attValue, $xml) argument
575 $xml->setAttribute($attName, $attValue);
579 if (!in_array($attValue, $explodeArray)) {
580 $xml->setAttribute($attName, (string)$actualAttValue . " $attValue");