Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php118 public function generateXMLExport($start, $submittedCount) argument
120 $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);