Elcodi\Component\Product\Entity\Product::setManufacturer PHP Method

setManufacturer() public method

Set product manufacturer.
public setManufacturer ( Elcodi\Component\Product\Entity\Interfaces\ManufacturerInterface $manufacturer = null )
$manufacturer Elcodi\Component\Product\Entity\Interfaces\ManufacturerInterface Manufacturer
    public function setManufacturer(ManufacturerInterface $manufacturer = null)
    {
        $this->manufacturer = $manufacturer;
        return $this;
    }