Home
last modified time | relevance | path

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

/plugin/webdavclient/
H A Dhelper.php1248 $data[$href] = $this->recursiveXmlToArray($response->propstat->prop->children());
1263 private function recursiveXmlToArray($objects) function in helper_plugin_webdavclient
1271 $ret[$object->getName()] = $this->recursiveXmlToArray($object->children());