Automattic\WooCommerce\Blocks\Domain\Services\Email

CustomerNewAccount::__constructpublicWC 1.0

Constructor.

Method of the class: CustomerNewAccount{}

No Hooks.

Returns

null. Nothing (null).

Usage

$CustomerNewAccount = new CustomerNewAccount();
$CustomerNewAccount->__construct( $package );
$package(Package) (required)
An instance of (Woo Blocks) Package.

CustomerNewAccount::__construct() code WC 10.7.0

public function __construct( Package $package ) {
	parent::__construct();
}