PHP 인터페이스 WellCommerce\Bundle\ProductBundle\Entity\VariantInterface

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\DoctrineBundle\Entity\EntityInterface, extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\AvailabilityBundle\Entity\AvailabilityAwareInterface, extends WellCommerce\Bundle\ProductBundle\Entity\ProductAwareInterface, extends WellCommerce\Bundle\AppBundle\Entity\HierarchyAwareInterface, extends WellCommerce\Bundle\MediaBundle\Entity\MediaAwareInterface
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 0 사용 예제들

공개 메소드들

메소드 설명
getModifierType ( ) : string
getModifierValue ( ) : float
getOptions ( ) : Doctrine\Common\Collections\Collection
getSellPrice ( ) : DiscountablePrice
getStock ( ) : integer
getSymbol ( ) : string
getWeight ( ) : float
setModifierType ( string $modifierType )
setModifierValue ( float $modifierValue )
setOptions ( Doctrine\Common\Collections\Collection $options )
setSellPrice ( DiscountablePrice $sellPrice )
setStock ( integer $stock )
setSymbol ( string $symbol )
setWeight ( float $weight )

메소드 상세

getModifierType() 공개 메소드

public getModifierType ( ) : string
리턴 string

getModifierValue() 공개 메소드

public getModifierValue ( ) : float
리턴 float

getOptions() 공개 메소드

public getOptions ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getSellPrice() 공개 메소드

public getSellPrice ( ) : DiscountablePrice
리턴 WellCommerce\Bundle\AppBundle\Entity\DiscountablePrice

getStock() 공개 메소드

public getStock ( ) : integer
리턴 integer

getSymbol() 공개 메소드

public getSymbol ( ) : string
리턴 string

getWeight() 공개 메소드

public getWeight ( ) : float
리턴 float

setModifierType() 공개 메소드

public setModifierType ( string $modifierType )
$modifierType string

setModifierValue() 공개 메소드

public setModifierValue ( float $modifierValue )
$modifierValue float

setOptions() 공개 메소드

public setOptions ( Doctrine\Common\Collections\Collection $options )
$options Doctrine\Common\Collections\Collection

setSellPrice() 공개 메소드

public setSellPrice ( DiscountablePrice $sellPrice )
$sellPrice WellCommerce\Bundle\AppBundle\Entity\DiscountablePrice

setStock() 공개 메소드

public setStock ( integer $stock )
$stock integer

setSymbol() 공개 메소드

public setSymbol ( string $symbol )
$symbol string

setWeight() 공개 메소드

public setWeight ( float $weight )
$weight float