Home
last modified time | relevance | path

Searched defs:serializeItems (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLExporter.php12 public function serializeItems($items, $start, $count, $total) function in FINDOLOGIC\\Export\\XML\\XMLExporter
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVExporter.php15 public function serializeItems($items, $start = 0, $count = 0, $total = 0) function in FINDOLOGIC\\Export\\CSV\\CSVExporter
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/
H A DExporter.php72 abstract public function serializeItems($items, $start, $count, $total); function in FINDOLOGIC\\Export\\Exporter