Searched refs:submittedCount (Results 1 – 1 of 1) sorted by relevance
118 public function generateXMLExport($start, $submittedCount) argument120 $exporter = Exporter::create(Exporter::TYPE_XML, $submittedCount);123 …$count = min($total, $submittedCount); // The count can't be higher then the total number of pages.133 return $exporter->serializeItems($items, $start, $submittedCount, $total);