Automattic\WooCommerce\Internal\CLI\Migrator\Core

PlatformRegistry::__constructpublicWC 1.0

Constructor.

Method of the class: PlatformRegistry{}

No Hooks.

Returns

null. Nothing (null).

Usage

$PlatformRegistry = new PlatformRegistry();
$PlatformRegistry->__construct();

PlatformRegistry::__construct() code WC 10.7.0

public function __construct() {
	$this->load_platforms();
}