Automattic\WooCommerce\Admin

DeprecatedClassFacade::__construct()publicWC 1.0

Constructor.

Method of the class: DeprecatedClassFacade{}

No Hooks.

Return

null. Nothing (null).

Usage

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

DeprecatedClassFacade::__construct() code WC 9.7.1

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