Sonata\ProductBundle\Entity\BaseProduct::setQuantity PHP Method

setQuantity() public method

public setQuantity ( $quantity )
    public function setQuantity($quantity)
    {
        throw new \InvalidMethodCallException('This method is not used');
    }