Bitrix API

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|null

entityTypeId()

public entityTypeId() : int
Return values
int

firstUserId()

Return first user in filter ID. It will be used to detect timezone for the date filters

public firstUserId() : int|null
Return values
int|null

getSelectType()

public getSelectType() : string
Return values
string

hasAnyIncomingChannel()

public hasAnyIncomingChannel() : bool|null
Return values
bool|null

isCompleted()

public isCompleted() : bool
Return values
bool

options()

public options() : array<string|int, mixed>
Return values
array<string|int, mixed>

useActivityResponsible()

public useActivityResponsible() : bool
Return values
bool

useDistinct()

public useDistinct() : bool
Return values
bool

        
On this page

Search results