Home
last modified time | relevance | path

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

/plugin/amazon/
H A DXMLParser.php58 return $this->getchildren($vals, $i);
75 $tag = array_merge($tag, $this->getchildren($vals, $i));
81 function getchildren($vals, &$i) { function in XMLParser