PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
woocommerce-admin
/
src
/
API
/
Reports
<?php /** * Reports Data Store Interface * * @package WooCommerce Admin/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 ); }
[+]
..
[-] DataStoreInterface.php
[edit]
[+]
Products
[+]
Variations
[+]
Revenue
[-] ParameterException.php
[edit]
[+]
Customers
[-] SqlQuery.php
[edit]
[+]
Taxes
[-] TimeInterval.php
[edit]
[-] Controller.php
[edit]
[+]
Import
[-] ExportableInterface.php
[edit]
[+]
PerformanceIndicators
[-] Segmenter.php
[edit]
[+]
Coupons
[+]
Export
[+]
Downloads
[-] Query.php
[edit]
[+]
Orders
[+]
Categories
[-] ExportableTraits.php
[edit]
[+]
Stock
[-] Cache.php
[edit]
[-] DataStore.php
[edit]