PHP 클래스 WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethodCost

저자: Adam Piotrowski ([email protected])
상속: implements WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethodCostInterface, use trait WellCommerce\Bundle\CoreBundle\Doctrine\ORM\Behaviours\Timestampable\TimestampableTrait, use trait ShippingMethodAwareTrait
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$cost WellCommerce\Bundle\AppBundle\Entity\Price
$rangeFrom float
$rangeTo float

공개 메소드들

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

프로퍼티 상세

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

protected Price,WellCommerce\Bundle\AppBundle\Entity $cost
리턴 WellCommerce\Bundle\AppBundle\Entity\Price

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

protected float $rangeFrom
리턴 float

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

protected float $rangeTo
리턴 float