PartKeepr\PartBundle\Entity\PartManufacturer::getManufacturer PHP Method

getManufacturer() public method

Returns the manufacturer which belongs to this part.
public getManufacturer ( )
    public function getManufacturer()
    {
        return $this->manufacturer;
    }