Automattic\WooCommerce\Internal\Admin\Orders
ListTable::init
Init method, invoked by DI container.
Method of the class: ListTable{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ListTable = new ListTable(); $ListTable->init( $page_controller );
- $page_controller(PageController) (required)
- Page controller instance for this request.
ListTable::init() ListTable::init code WC 10.3.5
final public function init( PageController $page_controller ) {
$this->page_controller = $page_controller;
}