File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/MerchantCenterAwareInterface.php.tar
wp-content/plugins/google-listings-and-ads/src/MerchantCenter/MerchantCenterAwareInterface.php 0000644 00000000711 15154772344 0036746 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs <?php
declare( strict_types=1 );
namespace Automattic\WooCommerce\GoogleListingsAndAds\MerchantCenter;
defined( 'ABSPATH' ) || exit;
/**
* Interface MerchantCenterAwareInterface
*
* @package Automattic\WooCommerce\GoogleListingsAndAds\MerchantCenter
*/
interface MerchantCenterAwareInterface {
/**
* @param MerchantCenterService $merchant_center
*/
public function set_merchant_center_object( MerchantCenterService $merchant_center ): void;
}