Automattic\WooCommerce\Internal\CLI\Migrator\Core

PlatformRegistry::__constructpublicWC 1.0

Constructor.

Метод класса: PlatformRegistry{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код PlatformRegistry::__construct() WC 10.9.4

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