Automattic\WooCommerce\Blocks
DependencyDetection::__construct
Constructor.
Method of the class: DependencyDetection{}
No Hooks.
Returns
null. Nothing (null).
Usage
$DependencyDetection = new DependencyDetection(); $DependencyDetection->__construct();
DependencyDetection::__construct() DependencyDetection:: construct code WC 10.8.1
public function __construct() {
$this->init();
}