File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/ValueInterface.php.tar
uyarreklam.com.tr/httpdocs/wp-content/plugins/google-listings-and-ads/src/Value/ValueInterface.php 0000644 00000000533 15155072733 0032310 0 ustar 00 var/www/vhosts <?php
declare( strict_types=1 );
namespace Automattic\WooCommerce\GoogleListingsAndAds\Value;
defined( 'ABSPATH' ) || exit;
/**
* Interface ValueInterface
*
* @package Automattic\WooCommerce\GoogleListingsAndAds\Value
*/
interface ValueInterface {
/**
* Get the value of the object.
*
* @return mixed
*/
public function get();
}