Elcodi\Plugin\CustomShippingBundle\Entity\Traits\ShippingWeightRangeTrait::getFromWeight PHP Method

getFromWeight() public method

Get FromWeight
public getFromWeight ( ) : integer
return integer FromWeight
    public function getFromWeight()
    {
        return $this->fromWeight;
    }