Meilisearch PHP | Documentation

HandlesKeys

Tags
phpstan-import-type

RawKeys from Keys

Table of Contents

Properties

$keys  : Keys

Methods

createKey()  : Key
deleteKey()  : array<string|int, mixed>
getKey()  : Key
getKeys()  : KeysResults
getRawKeys()  : RawKeys
updateKey()  : Key

Properties

Methods

deleteKey()

public deleteKey(string $keyOrUid) : array<string|int, mixed>
Parameters
$keyOrUid : string
Return values
array<string|int, mixed>

getKey()

public getKey(non-empty-string $keyOrUid) : Key
Parameters
$keyOrUid : non-empty-string
Return values
Key

getRawKeys()

public getRawKeys([array<string|int, mixed> $options = [] ]) : RawKeys
Parameters
$options : array<string|int, mixed> = []
Return values
RawKeys

        
On this page

Search results