PHP 인터페이스 WellCommerce\Bundle\OrderBundle\Entity\OrderProductInterface

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

공개 메소드들

메소드 설명
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 )

메소드 상세

decreaseQuantity() 공개 메소드

public decreaseQuantity ( integer $decrease )
$decrease integer

getBuyPrice() 공개 메소드

public getBuyPrice ( ) : WellCommerce\Bundle\AppBundle\Entity\PriceInterface
리턴 WellCommerce\Bundle\AppBundle\Entity\PriceInterface

getOptions() 공개 메소드

public getOptions ( ) : array
리턴 array

getQuantity() 공개 메소드

public getQuantity ( ) : integer
리턴 integer

getSellPrice() 공개 메소드

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

getWeight() 공개 메소드

public getWeight ( ) : float
리턴 float

increaseQuantity() 공개 메소드

public increaseQuantity ( integer $increase )
$increase integer

setBuyPrice() 공개 메소드

public setBuyPrice ( WellCommerce\Bundle\AppBundle\Entity\PriceInterface $buyPrice )
$buyPrice WellCommerce\Bundle\AppBundle\Entity\PriceInterface

setOptions() 공개 메소드

public setOptions ( array $options )
$options array

setQuantity() 공개 메소드

public setQuantity ( integer $quantity )
$quantity integer

setSellPrice() 공개 메소드

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

setWeight() 공개 메소드

public setWeight ( float $weight )
$weight float