Automattic\WooCommerce\Proxies

LegacyProxy::get_instance_of_wc_queue_interface()privateWC 1.0

Get an instance of a class implementing WC_Queue_Interface.

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

Хуков нет.

Возвращает

\WC_Queue_Interface. The instance.

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

// private - только в коде основоного (родительского) класса
$result = $this->get_instance_of_wc_queue_interface();

Код LegacyProxy::get_instance_of_wc_queue_interface() WC 8.7.0

private function get_instance_of_wc_queue_interface() {
	return \WC_Queue::instance();
}