Interface HasJsonKey
Methods summary
public
Whether
|
#
isHasUniqueKey( )
Whether the json-keyed value is supposed to have a unique key in the list.
Whether the json-keyed value is supposed to have a unique key in the list.
Returns
Whether the json-keyed value is supposed to have a unique key in the list.
|
public
The
|
#
getJsonKey( )
The JSON key in the map for this object.
The JSON key in the map for this object.
Returns
The key in the map.
|
public
|
#
setJsonKey( string $jsonKey )
The JSON key in the map for this object.
The JSON key in the map for this object.
Parameters
- $jsonKey
- The key in the map.
|