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

getToWeight() public method

Get ToWeight
public getToWeight ( ) : integer
return integer ToWeight
    public function getToWeight()
    {
        return $this->toWeight;
    }