Automattic\WooCommerce\Internal\CLI\Migrator\Core
PlatformRegistry::__construct
Constructor.
Method of the class: PlatformRegistry{}
No Hooks.
Returns
null. Nothing (null).
Usage
$PlatformRegistry = new PlatformRegistry(); $PlatformRegistry->__construct();
PlatformRegistry::__construct() PlatformRegistry:: construct code WC 10.7.0
public function __construct() {
$this->load_platforms();
}