final class MinKey implements Type, MinKeyInterface, JsonSerializable (View source)

Class MinKey

Methods

static MinKey
__set_state(array $properties)

No description

mixed
jsonSerialize()

Returns a representation that can be converted to JSON

Details

static MinKey __set_state(array $properties)

No description

Parameters

array $properties

Return Value

MinKey

final mixed jsonSerialize()

Since: 1.2.0

Returns a representation that can be converted to JSON

Return Value

mixed

data which can be serialized by json_encode, which is a value of any type other than a resource.

Exceptions

InvalidArgumentException