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 8.7.0

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