StatisticsResponseFilters
Table of Contents
Properties
-
$completed
: bool|null
-
$maxId
: int|null
-
$minId
: int|null
Methods
-
count()
: int
-
getFilters()
: array<string, int|bool|null>
-
setCompleted()
: self
-
setMaxId()
: self
-
setMinId()
: self
$completed
private
bool|null
$completed
= null
$maxId
private
int|null
$maxId
= null
$minId
private
int|null
$minId
= null
count()
public
count() : int
getFilters()
public
getFilters() : array<string, int|bool|null>
Return values
array<string, int|bool|null>
setCompleted()
public
setCompleted(bool|null $completed) : self
Parameters
-
$completed
: bool|null
-
setMaxId()
public
setMaxId(int|null $maxId) : self
Parameters
-
$maxId
: int|null
-
-
throws
-
InvalidArgumentException
setMinId()
public
setMinId(int|null $minId) : self
Parameters
-
$minId
: int|null
-
-
throws
-
InvalidArgumentException