Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php217 return XmlSystems::extractTextWithoutCdata($this->getNodeValue());
384 return XmlSystems::extractTextWithoutCdata($this->getInnerText());
H A DXmlSystems.php112 public static function extractTextWithoutCdata($text) function in ComboStrap\\Xml\\XmlSystems