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

setToWeight() public method

Sets ToWeight
public setToWeight ( integer $toWeight )
$toWeight integer ToWeight
    public function setToWeight($toWeight)
    {
        $this->toWeight = $toWeight;
        return $this;
    }