File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/MerchantCenterAwareTrait.php.tar
httpdocs/wp-content/plugins/google-listings-and-ads/src/MerchantCenter/MerchantCenterAwareTrait.php 0000644 00000001134 15154704204 0036117 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?php
declare( strict_types=1 );
namespace Automattic\WooCommerce\GoogleListingsAndAds\MerchantCenter;
defined( 'ABSPATH' ) || exit;
/**
* Trait MerchantCenterAwareTrait
*
* @package Automattic\WooCommerce\GoogleListingsAndAds\MerchantCenter
*/
trait MerchantCenterAwareTrait {
/**
* The MerchantCenterService object.
*
* @var MerchantCenterService
*/
protected $merchant_center;
/**
* @param MerchantCenterService $merchant_center
*/
public function set_merchant_center_object( MerchantCenterService $merchant_center ): void {
$this->merchant_center = $merchant_center;
}
}