Automattic\WooCommerce\Internal\Admin\Orders
ListTable::init()
Init method, invoked by DI container.
Method of the class: ListTable{}
No Hooks.
Return
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 9.4.2
final public function init( PageController $page_controller ) { $this->page_controller = $page_controller; }