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

setFromWeight() public method

Sets FromWeight
public setFromWeight ( integer $fromWeight )
$fromWeight integer FromWeight
    public function setFromWeight($fromWeight)
    {
        $this->fromWeight = $fromWeight;
        return $this;
    }