WC_Report_Customer_List::__construct
Constructor.
Метод класса: WC_Report_Customer_List{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WC_Report_Customer_List = new WC_Report_Customer_List(); $WC_Report_Customer_List->__construct();
Код WC_Report_Customer_List::__construct() WC Report Customer List:: construct WC 10.3.5
public function __construct() {
parent::__construct(
array(
'singular' => 'customer',
'plural' => 'customers',
'ajax' => false,
)
);
}