PushNotificationChannel
class PushNotificationChannel extends NotificationChannel
Class PushNotificationHook
Constants
| CHANNELS |
|
| SENDING_DELAY |
|
Properties
| SystemPwaController | $mod | ||
| array | $_hook_info | Hook Information "id" => "4914" "instance_id" => "api_microsoft" "name" => "oauth_client" "hook" => "webservice.oauth_client" "type" => "object" "registry_name" => "oauth_client" "function_name" => "" "internal" => "no" "dep_mode" => "local" "active" => "yes" "title" => "Basic functions" "description" => "" "options" => "" |
from BaseHook |
Methods
No description
Get Hook identifier consists of instance_id puncto separator and hook name Ex. instance_id.name
Return Hook information (ID, InstanceID, Name, Hook Type, Object Type, ...)
Channel Name
No description
Details
in
NotificationChannel at line 83
bool
flush()
No description
at line 33
string|null
getDescription()
No description
in
BaseHook at line 76
string
getHookDescription()
No description
in
BaseHook at line 55
string
getHookIdentifier()
Get Hook identifier consists of instance_id puncto separator and hook name Ex. instance_id.name
in
BaseHook at line 45
array
getHookInfoValue(bool $key = false)
Return Hook information (ID, InstanceID, Name, Hook Type, Object Type, ...)
in
BaseHook at line 69
string
getHookInstance()
No description
in
BaseHook at line 62
string
getHookName()
No description
in
BaseHook at line 83
string
getHookTitle()
No description
at line 29
string
getName()
Channel Name
in
BaseHook at line 88
getObject()
No description
in
BaseHook at line 97
mixed
getOption(string $key)
Returns the option with $key set in the config.yml
in
NotificationChannel at line 41
protected UIAjaxComponent
getStandardSettingsXUI(UserSetting $userSetting)
No description
at line 76
UIAjaxComponent
getUserSettingsXUI(UserSetting $userSetting)
Settings for user
in
NotificationChannel at line 31
init()
Initialize
at line 40
bool
isAvailable()
No description
at line 62
void
markRead(Notification $notification)
Mark notification read in channel
in
NotificationChannel at line 76
int
queueNotification(Notification $notification)
Add notification for processing
at line 47
bool
send(Notification $notification)
No description