File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/DataStoreInterface.php.tar
httpdocs/wp-content/plugins/woocommerce/src/Admin/API/Reports/DataStoreInterface.php 0000644 00000000621 15155425467 0033055 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?php
/**
* Reports Data Store Interface
*/
namespace Automattic\WooCommerce\Admin\API\Reports;
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* WooCommerce Reports data store interface.
*
* @since 3.5.0
*/
interface DataStoreInterface {
/**
* Get the data based on args.
*
* @param array $args Query parameters.
* @return stdClass|WP_Error
*/
public function get_data( $args );
}