File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/TracksAwareInterface.php.tar
httpdocs/wp-content/plugins/google-listings-and-ads/src/Tracking/TracksAwareInterface.php 0000644 00000000611 15154547601 0034126 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?php
declare( strict_types=1 );
namespace Automattic\WooCommerce\GoogleListingsAndAds\Tracking;
/**
* Interface TracksAwareInterface
*
* @package Automattic\WooCommerce\GoogleListingsAndAds\Tracking
*/
interface TracksAwareInterface {
/**
* Set the tracks interface object.
*
* @param TracksInterface $tracks
*/
public function set_tracks( TracksInterface $tracks ): void;
}