• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/counter/counterquerybuilder/builderparams/queryparams.php
  • Класс: Bitrix\Crm\Counter\CounterQueryBuilder\BuilderParams\QueryParams
  • Вызов: QueryParams::__construct
public function __construct(
	int $entityTypeId,
	string $selectType,
	bool $useDistinct,
	?int $counterLimit,
	?bool $hasAnyIncomingChannel,
	?Date $periodFrom,
	?Date $periodTo,
	array $options,
	?Date $restrictedFrom,
	UserParams $userParams,
	bool $useActivityResponsible
)
{
	$this->entityTypeId = $entityTypeId;
	$this->selectType = $selectType;
	$this->useDistinct = $useDistinct;
	$this->counterLimit = $counterLimit;
	$this->hasAnyIncomingChannel = $hasAnyIncomingChannel;
	$this->periodFrom = $periodFrom;
	$this->periodTo = $periodTo;
	$this->options = $options;
	$this->restrictedFrom = $restrictedFrom;
	$this->userParams = $userParams;
	$this->useActivityResponsible = $useActivityResponsible;
}