Automattic\WooCommerce\Internal\CustomerEmailVerification

VerificationEventListener::initpublicWC 1.0

Inject dependencies.

Method of the class: VerificationEventListener{}

No Hooks.

Returns

null. Nothing (null).

Usage

$VerificationEventListener = new VerificationEventListener();
$VerificationEventListener->init( $service ): void;
$service(EmailVerificationService) (required)
Verification service.

VerificationEventListener::init() code WC 11.0.1

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