Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog

POSIntegration::get_product_mapperpublicWC 1.0

{@inheritdoc}

Method of the class: POSIntegration{}

No Hooks.

Returns

null. Nothing (null).

Usage

$POSIntegration = new POSIntegration();
$POSIntegration->get_product_mapper(): ProductMapper;

POSIntegration::get_product_mapper() code WC 10.9.4

public function get_product_mapper(): ProductMapper {
	return $this->container->get( ProductMapper::class );
}