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 9.4.2
public function __construct() { parent::__construct( array( 'singular' => 'customer', 'plural' => 'customers', 'ajax' => false, ) ); }