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

getToZone() public method

Get ToZone
public getToZone ( ) : Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface
return Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface ToZone
    public function getToZone()
    {
        return $this->toZone;
    }