AirLay backend

UniqueValueQuery
in package

Table of Contents

$dataSets  : array<string|int, mixed>
$field  : string
$filter  : string
$limit  : int
$value  : string
execute()  : array<string|int, mixed>
setDataSets()  : self
setField()  : self
setFilter()  : self
setLimit()  : self
setValue()  : self

Properties

Methods

execute()

public execute(ObjectId $userId) : array<string|int, mixed>
Parameters
$userId : ObjectId
Return values
array<string|int, mixed>

setField()

public setField(string $field) : self
Parameters
$field : string
Return values
self

setFilter()

public setFilter(string $filters) : self
Parameters
$filters : string
Return values
self

setLimit()

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

setValue()

public setValue(string $value) : self
Parameters
$value : string
Return values
self

Search results