QueryParams
FinalYes
Table of Contents
Methods
- __construct() : mixed
- counterLimit() : int|null
- entityTypeId() : int
- firstUserId() : int|null
- Return first user in filter ID. It will be used to detect timezone for the date filters
- getSelectType() : string
- hasAnyIncomingChannel() : bool|null
- isCompleted() : bool
- options() : array<string|int, mixed>
- periodFrom() : Date|null
- periodTo() : Date|null
- restrictedFrom() : Date|null
- useActivityResponsible() : bool
- useDistinct() : bool
- userParams() : UserParams
Methods
__construct()
public
__construct(int $entityTypeId, string $selectType, bool $useDistinct, int|null $counterLimit, bool|null $hasAnyIncomingChannel, Date|null $periodFrom, Date|null $periodTo, array<string|int, mixed> $options, Date|null $restrictedFrom, UserParams $userParams, bool $useActivityResponsible, bool $completed) : mixed
Parameters
- $entityTypeId : int
- $selectType : string
- $useDistinct : bool
- $counterLimit : int|null
- $hasAnyIncomingChannel : bool|null
- $periodFrom : Date|null
- $periodTo : Date|null
- $options : array<string|int, mixed>
- $restrictedFrom : Date|null
- $userParams : UserParams
- $useActivityResponsible : bool
- $completed : bool
counterLimit()
public
counterLimit() : int|null
Return values
int|nullentityTypeId()
public
entityTypeId() : int
Return values
intfirstUserId()
Return first user in filter ID. It will be used to detect timezone for the date filters
public
firstUserId() : int|null
Return values
int|nullgetSelectType()
public
getSelectType() : string
Return values
stringhasAnyIncomingChannel()
public
hasAnyIncomingChannel() : bool|null
Return values
bool|nullisCompleted()
public
isCompleted() : bool
Return values
booloptions()
public
options() : array<string|int, mixed>
Return values
array<string|int, mixed>periodFrom()
public
periodFrom() : Date|null
Return values
Date|nullperiodTo()
public
periodTo() : Date|null
Return values
Date|nullrestrictedFrom()
public
restrictedFrom() : Date|null
Return values
Date|nulluseActivityResponsible()
public
useActivityResponsible() : bool
Return values
booluseDistinct()
public
useDistinct() : bool
Return values
booluserParams()
public
userParams() : UserParams