WC_REST_Fulfillments_V4_Controller::__constructpublicWC 4.0.0

Constructor.

Метод класса: WC_REST_Fulfillments_V4_Controller{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Список изменений

С версии 4.0.0 Введена.

Код WC_REST_Fulfillments_V4_Controller::__construct() WC 10.3.4

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