class ExportItems extends ExportItems

ExportItems

Traits

Persistence
Property

Properties

protected Client $client
protected type $storeLanguageMap
protected type $propertiesTypeMap
protected type $colorMap
protected type $collectionMap
protected type $assignment2Map
protected type $assignment3Map
protected type $materialMagentoMap
protected type $dataSourceTypeMap
protected type $styleMap
protected type $attributeMap
protected type $careinstructionsMagentoMap

Methods

__construct()

No description

export()

No description

handleItems()

No description

getMagentoItem($typeID, $dataset, $ean = null, $size = null)

liefert ein Magento Item zurück

handleCategories()

Es werden alle Kategorien geladen rekursive durchlaufen und angelegt oder geändert

getChildren()

No description

bool
hasChildren()

No description

Details

at line 109
__construct()

at line 222
export()

at line 265
handleItems()

at line 441
Product getMagentoItem($typeID, $dataset, $ean = null, $size = null)

liefert ein Magento Item zurück

Parameters

$typeID
$dataset
$ean
$size

Return Value

Product

Exceptions

FrameworkException

at line 648
handleCategories()

Es werden alle Kategorien geladen rekursive durchlaufen und angelegt oder geändert

Exceptions

FrameworkException

at line 671
RecursiveIterator getChildren()

Return Value

RecursiveIterator

at line 675
bool hasChildren()

Return Value

bool