PHP 인터페이스 WellCommerce\Bundle\ProductBundle\Entity\VariantInterface
파일 보기
프로젝트 열기: wellcommerce/wellcommerce
0 사용 예제들
공개 메소드들
메소드 상세
getModifierValue()
공개 메소드
public getOptions ( ) : Doctrine\Common\Collections\Collection |
리턴 |
Doctrine\Common\Collections\Collection |
|
public getSellPrice ( ) : DiscountablePrice |
리턴 |
WellCommerce\Bundle\AppBundle\Entity\DiscountablePrice |
|
setModifierValue()
공개 메소드
public setOptions ( Doctrine\Common\Collections\Collection $options ) |
$options |
Doctrine\Common\Collections\Collection |
|
public setSellPrice ( DiscountablePrice $sellPrice ) |
$sellPrice |
WellCommerce\Bundle\AppBundle\Entity\DiscountablePrice |
|