Automattic\WooCommerce\Blocks\Domain\Services

Notices::__construct()publicWC 1.0

Constructor

Метод класса: Notices{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$Notices = new Notices();
$Notices->__construct( $package );
$package(Package) (обязательный)
An instance of the package class.

Код Notices::__construct() WC 9.5.1

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