PHP 인터페이스 WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethodCostInterface

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

공개 메소드들

메소드 설명
getCost ( ) : Price
getRangeFrom ( ) : float
getRangeTo ( ) : float
setCost ( Price $cost )
setRangeFrom ( float $rangeFrom )
setRangeTo ( float $rangeTo )

메소드 상세

getCost() 공개 메소드

public getCost ( ) : Price
리턴 WellCommerce\Bundle\AppBundle\Entity\Price

getRangeFrom() 공개 메소드

public getRangeFrom ( ) : float
리턴 float

getRangeTo() 공개 메소드

public getRangeTo ( ) : float
리턴 float

setCost() 공개 메소드

public setCost ( Price $cost )
$cost WellCommerce\Bundle\AppBundle\Entity\Price

setRangeFrom() 공개 메소드

public setRangeFrom ( float $rangeFrom )
$rangeFrom float

setRangeTo() 공개 메소드

public setRangeTo ( float $rangeTo )
$rangeTo float