Sonata\Component\Product\AddBasket::getQuantity PHP Метод

getQuantity() публичный Метод

public getQuantity ( ) : the
Результат the quantity
    public function getQuantity()
    {
        return $this->quantity;
    }