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

Afficher le fichier Open project: elcodi/bamboo

Méthodes publiques

Méthode 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 méthode

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

getToPrice() public méthode

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

setFromPrice() public méthode

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

setToPrice() public méthode

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