Automattic\WooCommerce\Blocks\Domain\Services
Notices::__construct()
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() Notices:: construct code WC 9.7.1
public function __construct( Package $package ) { $this->package = $package; }