Automattic\WooCommerce\Blocks\Domain\Services
CreateAccount::__construct()
Constructor.
Method of the class: CreateAccount{}
No Hooks.
Return
null
. Nothing (null).
Usage
$CreateAccount = new CreateAccount(); $CreateAccount->__construct( $package );
- $package(Package) (required)
- An instance of (Woo Blocks) Package.
CreateAccount::__construct() CreateAccount:: construct code WC 9.7.1
public function __construct( Package $package ) { $this->package = $package; }