PHP Interface WellCommerce\Bundle\ProductBundle\Entity\VariantInterface
Mostrar archivo
Open project: wellcommerce/wellcommerce
Interface Usage Examples
Public Methods
Method Details
getModifierType()
public method
getModifierValue()
public method
getOptions()
public method
public getOptions ( ) : Doctrine\Common\Collections\Collection |
return |
Doctrine\Common\Collections\Collection |
|
getSellPrice()
public method
public getSellPrice ( ) : DiscountablePrice |
return |
WellCommerce\Bundle\AppBundle\Entity\DiscountablePrice |
|
getSymbol()
public method
getWeight()
public method
setModifierType()
public method
setModifierValue()
public method
setOptions()
public method
public setOptions ( Doctrine\Common\Collections\Collection $options ) |
$options |
Doctrine\Common\Collections\Collection |
|
setSellPrice()
public method
public setSellPrice ( DiscountablePrice $sellPrice ) |
$sellPrice |
WellCommerce\Bundle\AppBundle\Entity\DiscountablePrice |
|
setSymbol()
public method
setWeight()
public method