PHP 인터페이스 Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\ShippingPriceRangeInterface

파일 보기 프로젝트 열기: elcodi/bamboo

공개 메소드들

메소드 설명
getFromPrice ( ) : Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface Get from price
getToPrice ( ) : Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface Get to price
setFromPrice ( Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface $price ) Sets from price
setToPrice ( Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface $price ) Sets to price

메소드 상세

getFromPrice() 공개 메소드

Get from price
public getFromPrice ( ) : Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface
리턴 Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface Price

getToPrice() 공개 메소드

Get to price
public getToPrice ( ) : Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface
리턴 Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface Price

setFromPrice() 공개 메소드

Sets from price
public setFromPrice ( Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface $price )
$price Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface Price

setToPrice() 공개 메소드

Sets to price
public setToPrice ( Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface $price )
$price Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface Price