Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DMessage.php185 $isXml = XmlSystems::isXml($message);
186 if (!$isXml) {
/template/strap/ComboStrap/Xml/
H A DXmlSystems.php55 public static function isXml($text) function in ComboStrap\\Xml\\XmlSystems