interface Indexable implements JsonSerializable

Methods

string
getKey()

Get the index key.

array
toArray()

Get the array representation of the indexable entity.

Details

at line 14
string getKey()

Get the index key.

Return Value

string

at line 21
array toArray()

Get the array representation of the indexable entity.

Return Value

array