UniqueValueQuery
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
$dataSets
private
array<string|int, mixed>
$dataSets
$field
private
string
$field
$filter
private
string
$filter
= ''
$limit
private
int
$limit
= 10
$value
private
string
$value
= ''
execute()
public
execute(ObjectId $userId) : array<string|int, mixed>
Parameters
-
$userId
: ObjectId
-
Return values
array<string|int, mixed>
—
setDataSets()
public
setDataSets(array<string|int, DataSetEntity> $dataSets) : self
Parameters
-
$dataSets
: array<string|int, DataSetEntity>
-
Return values
self
—
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
—