PartKeepr\ManufacturerBundle\Entity\ManufacturerICLogo::getManufacturer PHP Method

getManufacturer() public method

Returns the manufacturer.
public getManufacturer ( ) : Manufacturer
return Manufacturer the manufacturer
    public function getManufacturer()
    {
        return $this->manufacturer;
    }