<out T is array<string, mixed> = array<string, mixed>>extends |
JsonSerializable |
|---|
Interface for classes that can be converted to and from arrays.
| Methods | ||
|---|---|---|
public
static
|
fromArray<TData is array<string, mixed>>(TData $data): static
|
# |
public
|
toArray(): T
|
# |
public
|
jsonSerialize(): array<string, mixed>|stdClass
|
# |