abstract | |
|---|---|
readonly | |
implements |
Arrayable<array<string, mixed>> |
Base for the result payload carried by a JSON-RPC success response.
Concrete subclasses define the method-specific fields. This base only
threads the typed _meta.
| Methods | ||
|---|---|---|
public
|
__construct(MetaObject $meta = new MetaObject())
|
# |
abstract
public
static
|
fromArray(array<string, mixed> $data): static
|
# |
public
|
toArray(): array
|
# |
public
|
jsonSerialize(): array|stdClass
|
# |
| Properties | |||
|---|---|---|---|
public
|
MetaObject
|
$meta
|
# |