Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
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());
26 $description = $this->sanitize($this->description->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());
31 $salesFrequency = $this->sanitize($this->salesFrequency->getCsvFragment());
[all …]
DCSVExporter.php21 $export .= $item->getCsvFragment();
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
DSerializable.php20 public function getCsvFragment(); function
DUsergroupAwareMultiValueItem.php49 public function getCsvFragment() function in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareMultiValueItem
DUsergroupAwareSimpleValue.php82 public function getCsvFragment() function in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareSimpleValue
DUsergroupAwareMultiValue.php66 public function getCsvFragment() function in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareMultiValue
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
DUsergroup.php37 public function getCsvFragment() function in FINDOLOGIC\\Export\\Data\\Usergroup
DImage.php93 public function getCsvFragment() function in FINDOLOGIC\\Export\\Data\\Image
DAttribute.php71 public function getCsvFragment() function in FINDOLOGIC\\Export\\Data\\Attribute
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
DXMLItem.php18 public function getCsvFragment() function in FINDOLOGIC\\Export\\XML\\XMLItem