Automattic\WooCommerce\Internal\CLI\Migrator\Core
PlatformRegistry::__construct
Constructor.
Метод класса: PlatformRegistry{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$PlatformRegistry = new PlatformRegistry(); $PlatformRegistry->__construct();
Код PlatformRegistry::__construct() PlatformRegistry:: construct WC 10.9.4
public function __construct() {
$this->load_platforms();
}