Automattic\WooCommerce\Blocks

DependencyDetection::__constructpublicWC 1.0

Constructor.

Method of the class: DependencyDetection{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

DependencyDetection::__construct() code WC 10.8.1

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