File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/DateTimeProviderInterface.php.tar
httpdocs/wp-content/plugins/woocommerce/src/Admin/DateTimeProvider/DateTimeProviderInterface.php 0000644 00000000602 15155001270 0035513 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?php
/**
* Interface for a provider for getting the current DateTime,
* designed to be mockable for unit tests.
*/
namespace Automattic\WooCommerce\Admin\DateTimeProvider;
defined( 'ABSPATH' ) || exit;
/**
* DateTime Provider Interface.
*/
interface DateTimeProviderInterface {
/**
* Returns the current DateTime.
*
* @return DateTime
*/
public function get_now();
}