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

setFromZone() public method

Sets FromZone
public setFromZone ( Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface $fromZone )
$fromZone Elcodi\Component\Zone\Entity\Interfaces\ZoneInterface FromZone
    public function setFromZone(ZoneInterface $fromZone)
    {
        $this->fromZone = $fromZone;
        return $this;
    }