WC_Connect_Loader::set_rest_shipping_label_refund_controller PHP Method

set_rest_shipping_label_refund_controller() public method

public set_rest_shipping_label_refund_controller ( WC_REST_Connect_Shipping_Label_Refund_Controller $rest_shipping_label_refund_controller )
$rest_shipping_label_refund_controller WC_REST_Connect_Shipping_Label_Refund_Controller
        public function set_rest_shipping_label_refund_controller(WC_REST_Connect_Shipping_Label_Refund_Controller $rest_shipping_label_refund_controller)
        {
            $this->rest_shipping_label_refund_controller = $rest_shipping_label_refund_controller;
        }
WC_Connect_Loader