Automattic\WooCommerce\Internal\StockNotifications\Admin
MenusController::init
Init.
Method of the class: MenusController{}
No Hooks.
Returns
null. Nothing (null).
Usage
$MenusController = new MenusController(); $MenusController->init( $notifications_page ): void;
- $notifications_page(NotificationsPage) (required)
- Notifications page.
MenusController::init() MenusController::init code WC 10.3.6
final public function init( NotificationsPage $notifications_page ): void {
$this->notifications_page = $notifications_page;
}