Meilisearch PHP | Documentation

Network extends Endpoint
in package

Tags
phpstan-import-type

RemoteConfig from NetworkResults

Table of Contents

Constants

PATH  = '/network'

Properties

$apiKey  : string|null
$http  : Http

Methods

__construct()  : mixed
get()  : RemoteConfig>}
show()  : array<string|int, mixed>|null
update()  : RemoteConfig>}

Constants

PATH

protected mixed PATH = '/network'

Properties

Methods

__construct()

public __construct(Http $http[, string|null $apiKey = null ]) : mixed
Parameters
$http : Http
$apiKey : string|null = null

get()

public get() : RemoteConfig>}
Return values
RemoteConfig>}

show()

public show() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

update()

public update(RemoteConfig>} $body) : RemoteConfig>}
Parameters
$body : RemoteConfig>}
Return values
RemoteConfig>}

        
On this page

Search results