WC_REST_Fulfillments_V4_Controller::__construct
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 REST Fulfillments V4 Controller:: construct WC 10.3.4
public function __construct() {
$this->order_fulfillments_controller = new OrderFulfillmentsRestController();
}