Meilisearch PHP | Documentation

Faceting extends Data
in package
implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Properties

$data  : mixed

Methods

__construct()  : mixed
count()  : int
getIterator()  : ArrayIterator
jsonSerialize()  : object
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void

Properties

$data

protected mixed $data = []

Methods

__construct()

public __construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
$data : array<string|int, mixed> = []

count()

public count() : int
Return values
int

getIterator()

public getIterator() : ArrayIterator
Return values
ArrayIterator

jsonSerialize()

public jsonSerialize() : object
Return values
object

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

offsetGet()

public offsetGet(mixed $offset) : mixed
Parameters
$offset : mixed
Attributes
#[ReturnTypeWillChange]

offsetSet()

public offsetSet(mixed $offset, mixed $value) : void
Parameters
$offset : mixed
$value : mixed

offsetUnset()

public offsetUnset(mixed $offset) : void
Parameters
$offset : mixed

On this page

Search results