WC_REST_Fulfillments_V4_Controller::__constructpublicWC 4.0.0

Constructor.

Method of the class: WC_REST_Fulfillments_V4_Controller{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WC_REST_Fulfillments_V4_Controller = new WC_REST_Fulfillments_V4_Controller();
$WC_REST_Fulfillments_V4_Controller->__construct();

Changelog

Since 4.0.0 Introduced.

WC_REST_Fulfillments_V4_Controller::__construct() code WC 10.3.6

public function __construct() {
	$this->order_fulfillments_controller = new OrderFulfillmentsRestController();
}