StatisticsResponseFilters
in package
Table of Contents
Constants
- MAX_SEARCH_TERM_LENGTH = 250
- MAX_SEARCH_TERMS = 10
Properties
- $completed : bool|null
- $maxId : int|null
- $minId : int|null
- $searchTerms : array<string|int, string>
Methods
- count() : int
- getFilters() : array<string, int|bool|array<string|int, string>|null>
- setCompleted() : self
- setMaxId() : self
- setMinId() : self
- setSearchTerms() : self
- Free-text search terms, response matches when every term appears (case-insensitively) in at least one of its text answer columns.
Constants
MAX_SEARCH_TERM_LENGTH
public
mixed
MAX_SEARCH_TERM_LENGTH
= 250
MAX_SEARCH_TERMS
public
mixed
MAX_SEARCH_TERMS
= 10
Properties
$completed
private
bool|null
$completed
= null
$maxId
private
int|null
$maxId
= null
$minId
private
int|null
$minId
= null
$searchTerms
private
array<string|int, string>
$searchTerms
= []
Methods
count()
public
count() : int
Return values
intgetFilters()
public
getFilters() : array<string, int|bool|array<string|int, string>|null>
Return values
array<string, int|bool|array<string|int, string>|null>setCompleted()
public
setCompleted(bool|null $completed) : self
Parameters
- $completed : bool|null
Return values
selfsetMaxId()
public
setMaxId(int|null $maxId) : self
Parameters
- $maxId : int|null
Tags
Return values
selfsetMinId()
public
setMinId(int|null $minId) : self
Parameters
- $minId : int|null
Tags
Return values
selfsetSearchTerms()
Free-text search terms, response matches when every term appears (case-insensitively) in at least one of its text answer columns.
public
setSearchTerms(array<string|int, string> $terms) : self
Parameters
- $terms : array<string|int, string>