PartKeepr\ProjectBundle\Entity\ProjectPart::getQuantity PHP Method

getQuantity() public method

Returns the quantity for this project.
public getQuantity ( ) : integer
return integer the amount of parts needed
    public function getQuantity()
    {
        return $this->quantity;
    }