Automattic\WooCommerce\Internal\PushNotifications\Services
NotificationPreferencesService::init
Initialize injected dependencies.
Метод класса: NotificationPreferencesService{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$NotificationPreferencesService = new NotificationPreferencesService(); $NotificationPreferencesService->init( $data_store ): void;
- $data_store(NotificationPreferencesDataStore) (обязательный)
- The data store.
Список изменений
| С версии 10.8.0 | Введена. |
Код NotificationPreferencesService::init() NotificationPreferencesService::init WC 10.9.1
final public function init( NotificationPreferencesDataStore $data_store ): void {
$this->data_store = $data_store;
}