Home
last modified time | relevance | path

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

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