ManufacturerSupplierMapping

Extends \Shopware\Components\Model\ModelEntity

ORM\Entity
ORM\Table

(name="pickware_erp_manufacturer_supplier_mappings", uniqueConstraints={ @ORM\UniqueConstraint(name="supplier_fabricator", columns={ "supplierId", "manufacturerId" }) })

package

Default

Methods

__construct

__construct(\Shopware\Models\Article\Supplier $manufacturer, \Shopware\CustomModels\ViisonPickwareERP\Supplier\Supplier $supplier) 

Arguments

$manufacturer

\Shopware\Models\Article\Supplier

getId

getId() : integer

Response

integer

getManufacturer

getManufacturer() : \Shopware\Models\Article\Supplier

Response

\Shopware\Models\Article\Supplier

getSupplier

getSupplier() : \Shopware\CustomModels\ViisonPickwareERP\Supplier\Supplier