Submit
Path:
~
/
home
/
getwphos
/
www
/
techniquetechs
/
wp-content
/
plugins
/
woocommerce
/
src
/
Admin
/
DateTimeProvider
/
File Content:
DateTimeProviderInterface.php
<?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(); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
CurrentDateTimeProvider.php
499 bytes
0644
DateTimeProviderInterface.php
386 bytes
0644
N4ST4R_ID | Naxtarrr