Automattic\WooCommerce\Admin

DeprecatedClassFacade::__constructpublicWC 1.0

Constructor.

Method of the class: DeprecatedClassFacade{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

DeprecatedClassFacade::__construct() code WC 10.7.0

public function __construct() {
	if ( '' !== static::$facade_over_classname ) {
		$this->instance = new static::$facade_over_classname();
	}
}