PATH:
home
/
lab2454c
/
gemition.com
/
wp-content
/
plugins
/
woocommerce
/
src
/
Admin
/
API
/
Reports
<?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 ); }
[+]
Export
[+]
Variations
[+]
Downloads
[+]
Orders
[-] ExportableTraits.php
[edit]
[+]
..
[+]
Taxes
[+]
Coupons
[-] ParameterException.php
[edit]
[-] Query.php
[edit]
[+]
Categories
[-] Segmenter.php
[edit]
[+]
Stock
[-] DataStoreInterface.php
[edit]
[-] SqlQuery.php
[edit]
[-] TimeInterval.php
[edit]
[-] Controller.php
[edit]
[+]
Products
[-] DataStore.php
[edit]
[-] ExportableInterface.php
[edit]
[+]
Import
[+]
Customers
[+]
PerformanceIndicators
[+]
Revenue
[-] Cache.php
[edit]