Automattic\WooCommerce\Blocks\Domain\Services
Notices::__construct()
Constructor
Метод класса: Notices{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Notices = new Notices(); $Notices->__construct( $package );
- $package(Package) (обязательный)
- An instance of the package class.
Код Notices::__construct() Notices:: construct WC 9.5.1
public function __construct( Package $package ) { $this->package = $package; }