Home
last modified time | relevance | path

Searched refs:removeAttributeValue (Results 1 – 2 of 2) sorted by last modified time

/plugin/combo/ComboStrap/
H A DFetcherSvg.php1283 $this->getXmlDocument()->removeAttributeValue("fill", $nodeElement);
1315 $this->getXmlDocument()->removeAttributeValue(FetcherSvg::STROKE_ATTRIBUTE, $nodeElement);
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php683 public function removeAttributeValue(string $attributeName, DOMElement $nodeElement) function in ComboStrap\\Xml\\XmlDocument