WC_REST_Report_Sales_Controller{} WC 1.0
REST API Report Sales controller class.
Хуков нет.
Возвращает
null
. Null. Ничего.
Использование
$WC_REST_Report_Sales_Controller = new WC_REST_Report_Sales_Controller(); // use class methods
Методы
Нет Методов у класса.
Заметки
- Пакет: WooCommerce\RestApi
Код WC_REST_Report_Sales_Controller{} WC REST Report Sales Controller{} WC 5.1.0
class WC_REST_Report_Sales_Controller extends WC_REST_Report_Sales_V2_Controller {
/**
* Endpoint namespace.
*
* @var string
*/
protected $namespace = 'wc/v3';
}