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