LimeSurvey API - Master branch

StatisticsResponseFilters
in package

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

Properties

Methods

setCompleted()

public setCompleted(bool|null $completed) : self
Parameters
$completed : bool|null
Return values
self

setMaxId()

public setMaxId(int|null $maxId) : self
Parameters
$maxId : int|null
Tags
throws
InvalidArgumentException
Return values
self

setMinId()

public setMinId(int|null $minId) : self
Parameters
$minId : int|null
Tags
throws
InvalidArgumentException
Return values
self

        
On this page

Search results