Home
last modified time | relevance | path

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

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php3657 private function _xml_to_array($root, $namespace = "cas") function in CAS_Client
3692 $res = $this->_xml_to_array($child, $namespace);
3694 $result[$child_nodeName] = $this->_xml_to_array($child, $namespace);
3701 $result[$child_nodeName][] = $this->_xml_to_array($child, $namespace);
3873 $attributes = $this->_xml_to_array($success_elements->item(0));