Home
last modified time | relevance | path

Searched refs:getCsvFragment (Results 1 – 10 of 10) sorted by path

/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVExporter.php21 $export .= $item->getCsvFragment();
H A DCSVItem.php21 public function getCsvFragment() function in FINDOLOGIC\\Export\\CSV\\CSVItem
23 $ordernumbers = $this->ordernumbers->getCsvFragment();
24 $name = $this->sanitize($this->name->getCsvFragment());
25 $summary = $this->sanitize($this->summary->getCsvFragment());
27 $price = $this->price->getCsvFragment();
28 $url = $this->sanitize($this->url->getCsvFragment());
29 $keywords = $this->sanitize($this->keywords->getCsvFragment());
30 $bonus = $this->sanitize($this->bonus->getCsvFragment());
32 $dateAdded = $this->sanitize($this->dateAdded->getCsvFragment());
33 $sort = $this->sanitize($this->sort->getCsvFragment());
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DAttribute.php71 public function getCsvFragment() function in FINDOLOGIC\\Export\\Data\\Attribute
H A DImage.php93 public function getCsvFragment() function in FINDOLOGIC\\Export\\Data\\Image
H A DUsergroup.php37 public function getCsvFragment() function in FINDOLOGIC\\Export\\Data\\Usergroup
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DSerializable.php20 public function getCsvFragment(); function
H A DUsergroupAwareMultiValue.php66 public function getCsvFragment() function in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareMultiValue
H A DUsergroupAwareMultiValueItem.php49 public function getCsvFragment() function in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareMultiValueItem
H A DUsergroupAwareSimpleValue.php82 public function getCsvFragment() function in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareSimpleValue
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLItem.php18 public function getCsvFragment() function in FINDOLOGIC\\Export\\XML\\XMLItem