Automattic\WooCommerce\Blocks\Domain\Services

Notices::__construct()publicWC 1.0

Constructor

Method of the class: Notices{}

No Hooks.

Return

null. Nothing (null).

Usage

$Notices = new Notices();
$Notices->__construct( $package );
$package(Package) (required)
An instance of the package class.

Notices::__construct() code WC 9.7.1

public function __construct( Package $package ) {
	$this->package = $package;
}