File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/OptionsAwareInterface.php.tar
httpdocs/wp-content/plugins/google-listings-and-ads/src/Options/OptionsAwareInterface.php 0000644 00000000700 15154704260 0034216 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?php
declare( strict_types=1 );
namespace Automattic\WooCommerce\GoogleListingsAndAds\Options;
defined( 'ABSPATH' ) || exit;
/**
* Interface OptionsAwareInterface
*
* @package Automattic\WooCommerce\GoogleListingsAndAds\Options
*/
interface OptionsAwareInterface {
/**
* Set the Options object.
*
* @param OptionsInterface $options
*
* @return void
*/
public function set_options_object( OptionsInterface $options ): void;
}