Home
last modified time | relevance | path

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

/plugin/amazon/
H A DXMLParser.php18 var $collapse_dups; // If there is only one tag of a given name, variable in XMLParser
25 function XMLParser($data_source, $data_source_type='raw', $collapse_dups=0, $index_numeric=0) { argument
26 $this->collapse_dups = $collapse_dups;
116 if ($this->collapse_dups)