WC_Report_Customer_List::__construct() public WC 1.0
Constructor.
{} Это метод класса: WC_Report_Customer_List{}
Хуков нет.
Возвращает
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 4.9.1
public function __construct() {
parent::__construct(
array(
'singular' => 'customer',
'plural' => 'customers',
'ajax' => false,
)
);
}