PartKeepr\PartBundle\Entity\PartImage::getPart PHP Méthode

getPart() public méthode

Returns the part.
public getPart ( ) : Part
Résultat Part the part
    public function getPart()
    {
        return $this->part;
    }