Automattic\WooCommerce\Admin\API\Reports\Stock
Controller::__construct
Constructor.
Метод класса: Controller{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Controller = new Controller(); $Controller->__construct();
Код Controller::__construct() Controller:: construct WC 10.5.2
public function __construct() {
$this->status_options = wc_get_product_stock_status_options();
}