Automattic\WooCommerce\Blocks

DependencyDetection::__constructpublicWC 1.0

Constructor.

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

Хуков нет.

Возвращает

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

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

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

Код DependencyDetection::__construct() WC 11.0.1

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