Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog
POSIntegration::get_product_mapper
{@inheritdoc}
Метод класса: POSIntegration{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$POSIntegration = new POSIntegration(); $POSIntegration->get_product_mapper(): ProductMapper;
Код POSIntegration::get_product_mapper() POSIntegration::get product mapper WC 10.5.2
public function get_product_mapper(): ProductMapper {
return $this->container->get( ProductMapper::class );
}