PartKeepr\PartBundle\Entity\PartMeasurementUnit::getParts PHP 메소드

getParts() 공개 메소드

Returns the parts for this PartUnit.
public getParts ( ) : ArrayCollection
리턴 Doctrine\Common\Collections\ArrayCollection
    public function getParts()
    {
        return $this->parts;
    }