Sonata\Component\Product\AddBasket::getQuantity PHP Method

getQuantity() public method

public getQuantity ( ) : the
return the quantity
    public function getQuantity()
    {
        return $this->quantity;
    }