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

getPart() public method

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