InitializedNotification extends Notification
This notification is sent from the client to the server after initialization has finished.
Tags
Table of Contents
Properties
- $meta : array<string, mixed>|null
Methods
- fromArray() : self
- fromParams() : self
- getMethod() : string
- jsonSerialize() : NotificationData
- getParams() : array<string, mixed>|null
Properties
$meta
protected
array<string, mixed>|null
$meta
= null
Methods
fromArray()
public
static fromArray(NotificationData $data) : self
Parameters
- $data : NotificationData
Return values
selffromParams()
public
static fromParams(array<string|int, mixed>|null $params) : self
Parameters
- $params : array<string|int, mixed>|null
Return values
selfgetMethod()
public
static getMethod() : string
Return values
stringjsonSerialize()
public
jsonSerialize() : NotificationData
Return values
NotificationDatagetParams()
protected
getParams() : array<string, mixed>|null