Méthode | Description | |
---|---|---|
decreaseQuantity ( integer $decrease ) | ||
getBuyPrice ( ) : WellCommerce\Bundle\AppBundle\Entity\PriceInterface | ||
getOptions ( ) : array | ||
getQuantity ( ) : integer | ||
getSellPrice ( ) : WellCommerce\Bundle\AppBundle\Entity\PriceInterface | ||
getWeight ( ) : float | ||
increaseQuantity ( integer $increase ) | ||
setBuyPrice ( WellCommerce\Bundle\AppBundle\Entity\PriceInterface $buyPrice ) | ||
setOptions ( array $options ) | ||
setQuantity ( integer $quantity ) | ||
setSellPrice ( WellCommerce\Bundle\AppBundle\Entity\PriceInterface $sellPrice ) | ||
setWeight ( float $weight ) |
public getBuyPrice ( ) : WellCommerce\Bundle\AppBundle\Entity\PriceInterface | ||
Résultat | WellCommerce\Bundle\AppBundle\Entity\PriceInterface |
public getSellPrice ( ) : WellCommerce\Bundle\AppBundle\Entity\PriceInterface | ||
Résultat | WellCommerce\Bundle\AppBundle\Entity\PriceInterface |
public setBuyPrice ( WellCommerce\Bundle\AppBundle\Entity\PriceInterface $buyPrice ) | ||
$buyPrice | WellCommerce\Bundle\AppBundle\Entity\PriceInterface |
public setSellPrice ( WellCommerce\Bundle\AppBundle\Entity\PriceInterface $sellPrice ) | ||
$sellPrice | WellCommerce\Bundle\AppBundle\Entity\PriceInterface |