PHP 클래스 WellCommerce\Bundle\ShippingBundle\Context\ProductContext

저자: Adam Piotrowski ([email protected])
상속: implements WellCommerce\Bundle\ShippingBundle\Calculator\ShippingSubjectInterface
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

보호된 프로퍼티들

프로퍼티 타입 설명
$product WellCommerce\Bundle\ProductBundle\Entity\ProductInterface

공개 메소드들

메소드 설명
__construct ( WellCommerce\Bundle\ProductBundle\Entity\ProductInterface $product ) ProductContext constructor.
getCurrency ( ) : string
getGrossPrice ( ) : float
getNetPrice ( ) : float
getQuantity ( ) : integer
getTaxAmount ( ) : float
getWeight ( ) : float

메소드 상세

__construct() 공개 메소드

ProductContext constructor.
public __construct ( WellCommerce\Bundle\ProductBundle\Entity\ProductInterface $product )
$product WellCommerce\Bundle\ProductBundle\Entity\ProductInterface

getCurrency() 공개 메소드

public getCurrency ( ) : string
리턴 string

getGrossPrice() 공개 메소드

public getGrossPrice ( ) : float
리턴 float

getNetPrice() 공개 메소드

public getNetPrice ( ) : float
리턴 float

getQuantity() 공개 메소드

public getQuantity ( ) : integer
리턴 integer

getTaxAmount() 공개 메소드

public getTaxAmount ( ) : float
리턴 float

getWeight() 공개 메소드

public getWeight ( ) : float
리턴 float

프로퍼티 상세

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

protected ProductInterface,WellCommerce\Bundle\ProductBundle\Entity $product
리턴 WellCommerce\Bundle\ProductBundle\Entity\ProductInterface