WC_Connect_Loader::set_rest_shipping_labels_print_controller PHP Method

set_rest_shipping_labels_print_controller() public method

public set_rest_shipping_labels_print_controller ( WC_REST_Connect_Shipping_Labels_Print_Controller $rest_shipping_labels_print_controller )
$rest_shipping_labels_print_controller WC_REST_Connect_Shipping_Labels_Print_Controller
        public function set_rest_shipping_labels_print_controller(WC_REST_Connect_Shipping_Labels_Print_Controller $rest_shipping_labels_print_controller)
        {
            $this->rest_shipping_labels_print_controller = $rest_shipping_labels_print_controller;
        }
WC_Connect_Loader