Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVExporter.php30 … public function serializeItemsToFile($targetDirectory, $items, $start = 0, $count = 0, $total = 0) argument
33 $targetPath = sprintf('%s/findologic.csv', $targetDirectory);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLExporter.php24 public function serializeItemsToFile($targetDirectory, $items, $start, $count, $total) argument
27 $targetPath = sprintf('%s/findologic_%d_%d.xml', $targetDirectory, $start, $count);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/
H A DExporter.php77 …* @param string $targetDirectory The directory to which the file is written. The filename is at th…
88 abstract public function serializeItemsToFile($targetDirectory, $items, $start, $count, $total); argument