Elcodi\Plugin\CustomShippingBundle\Entity\Traits\ShippingPriceRangeTrait::getFromPrice PHP Метод

getFromPrice() публичный Метод

Get from price
public getFromPrice ( ) : Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface
Результат Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface Price
    public function getFromPrice()
    {
        return \Elcodi\Component\Currency\Entity\Money::create($this->fromPriceAmount, $this->fromPriceCurrency);
    }