Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog

AsyncGenerator::initpublicWC 1.0

Dependency injector.

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

Хуков нет.

Возвращает

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

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

$AsyncGenerator = new AsyncGenerator();
$AsyncGenerator->init( $integration ): void;
$integration(POSIntegration) (обязательный)
The integration instance.

Код AsyncGenerator::init() WC 10.5.2

final public function init( POSIntegration $integration ): void {
	$this->integration = $integration;
}