Automattic\WooCommerce\Internal\StockNotifications\Utilities

EligibilityService::initpublicWC 1.0

Init.

Method of the class: EligibilityService{}

No Hooks.

Returns

null. Nothing (null).

Usage

$EligibilityService = new EligibilityService();
$EligibilityService->init( $stock_management_helper ): void;
$stock_management_helper(StockManagementHelper) (required)
The stock management helper instance.

EligibilityService::init() code WC 10.3.6

final public function init( StockManagementHelper $stock_management_helper ): void {
	$this->stock_management_helper = $stock_management_helper;
}