PartKeepr\PartBundle\Entity\PartMeasurementUnit::getParts PHP Method

getParts() public method

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