Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog
AsyncGenerator::init
Dependency injector.
Метод класса: AsyncGenerator{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$AsyncGenerator = new AsyncGenerator(); $AsyncGenerator->init( $integration ): void;
- $integration(POSIntegration) (обязательный)
- The integration instance.
Код AsyncGenerator::init() AsyncGenerator::init WC 10.5.2
final public function init( POSIntegration $integration ): void {
$this->integration = $integration;
}