Elcodi\Plugin\CustomShippingBundle\Entity\Traits\ShippingPriceRangeTrait::getFromPrice PHP Method

getFromPrice() public method

Get from price
public getFromPrice ( ) : Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface
return Elcodi\Component\Currency\Entity\Interfaces\MoneyInterface Price
    public function getFromPrice()
    {
        return \Elcodi\Component\Currency\Entity\Money::create($this->fromPriceAmount, $this->fromPriceCurrency);
    }