PHP Интерфейс Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\ShippingPriceRangeInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
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