abstract class Metadata implements JsonSerializable

The root structured metadata class.

Methods

jsonSerialize()

Returns data that should be serialized to JSON.

Details

array jsonSerialize()

Returns data that should be serialized to JSON.

Serializes the object to a value that can be serialized natively by json_encode().

Return Value

array