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

setCarrier() public method

Sets Carrier
public setCarrier ( Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface $carrier )
$carrier Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface Carrier
    public function setCarrier(CarrierInterface $carrier)
    {
        $this->carrier = $carrier;
        return $this;
    }