Elcodi\Plugin\CustomShippingBundle\Entity\ShippingRange::setToZone PHP Method

setToZone() public method

Sets ToZone
public setToZone ( Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface $toZone )
$toZone Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface ToZone
    public function setToZone(ZoneInterface $toZone)
    {
        $this->toZone = $toZone;
        return $this;
    }