Automattic\WooCommerce\Blocks\Domain\Services\Email
CustomerNewAccount::__construct
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() CustomerNewAccount:: construct code WC 10.7.0
public function __construct( Package $package ) {
parent::__construct();
}