WC_REST_Report_Sales_Controller{}
REST API Report Sales controller class.
Хуков нет.
Использование
$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 9.3.3
class WC_REST_Report_Sales_Controller extends WC_REST_Report_Sales_V2_Controller { /** * Endpoint namespace. * * @var string */ protected $namespace = 'wc/v3'; }