PHP 클래스 WellCommerce\Bundle\OrderBundle\Entity\OrderProduct

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\DoctrineBundle\Entity\AbstractEntity, implements WellCommerce\Bundle\OrderBundle\Entity\OrderProductInterface, use trait WellCommerce\Bundle\DoctrineBundle\Behaviours\Timestampable\TimestampableTrait, use trait WellCommerce\Bundle\ProductBundle\Entity\ProductAwareTrait, use trait WellCommerce\Bundle\ProductBundle\Entity\VariantAwareTrait, use trait OrderAwareTrait
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$buyPrice
$options
$quantity
$sellPrice
$weight

공개 메소드들

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

프로퍼티 상세

$buyPrice 보호되어 있는 프로퍼티

protected $buyPrice

$options 보호되어 있는 프로퍼티

protected $options

$quantity 보호되어 있는 프로퍼티

protected $quantity

$sellPrice 보호되어 있는 프로퍼티

protected $sellPrice

$weight 보호되어 있는 프로퍼티

protected $weight