• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/kanban/entityactcounter/preparecounters.php
  • Класс: Bitrix\Crm\Kanban\EntityActCounter\PrepareCounters
  • Вызов: PrepareCounters::__construct
public function __construct(int $entityTypeId, array $entityIds, array $deadlines = [])
{
	$this->queryActivity = QueryEntityActivityCounter::getInstance();

	$this->builder = new Builder();

	$this->entityTypeId = $entityTypeId;
	$this->entityIds = array_unique($entityIds);
	$this->builder->deadlines = $deadlines;

}