Automattic\WooCommerce\Internal\StockNotifications\Admin
NotificationEditPage::init
Init the service.
Method of the class: NotificationEditPage{}
No Hooks.
Returns
null. Nothing (null).
Usage
$NotificationEditPage = new NotificationEditPage(); $NotificationEditPage->init( $email_manager ): void;
- $email_manager(EmailManager) (required)
- The email manager.
NotificationEditPage::init() NotificationEditPage::init code WC 10.9.4
final public function init( EmailManager $email_manager ): void {
$this->email_manager = $email_manager;
}