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

Class MinKey

Methods

static 
__set_state(array $properties)

No description

string|null
serialize()

Serialize a MinKey

void
unserialize(string $data)

Unserialize a MinKey

mixed
jsonSerialize()

Returns a representation that can be converted to JSON

Details

static __set_state(array $properties)

No description

Parameters

array $properties

final string|null serialize()

Since: 1.2.0

Serialize a MinKey

Return Value

string|null

The string representation of the object or null

Exceptions

InvalidArgumentException

final void unserialize(string $data)

Since: 1.2.0

Unserialize a MinKey

Parameters

string $data

The string representation of the object.

Return Value

void

Exceptions

InvalidArgumentException
UnexpectedValueException

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