Meilisearch PHP | Documentation

IndexesQuery
in package

Table of Contents

Properties

$limit  : int|null
$offset  : int|null

Methods

setLimit()  : $this
setOffset()  : $this
toArray()  : array<string|int, mixed>

Properties

$limit

private int|null $limit = null

non-negative-int|null

$offset

private int|null $offset = null

non-negative-int|null

Methods

setLimit()

public setLimit(int $limit) : $this
Parameters
$limit : int
Return values
$this

setOffset()

public setOffset(int $offset) : $this
Parameters
$offset : int
Return values
$this

toArray()

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

        
On this page

Search results