PHP Interface Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\ShippingPriceRangeInterface

Show file Open project: elcodi/bamboo

Public Methods

Method Description
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

Method Details

getFromPrice() public method

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

getToPrice() public method

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

setFromPrice() public method

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

setToPrice() public method

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