PartKeepr\ProjectBundle\Entity\ProjectPart::getQuantity PHP Méthode

getQuantity() public méthode

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