• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/counter/counterquerybuilder/factoryconfig.php
  • Класс: Bitrix\Crm\Counter\CounterQueryBuilder\FactoryConfig
  • Вызов: FactoryConfig::__construct
public function __construct(
	bool $readyUncompletedActivity,
	bool $readyCountableActivity,
	bool $readyActCounterLight,
	bool $mustUseUncompletedActivity,
	?bool $onlyMinIncomingChannel
)
{
	$this->readyUncompletedActivity = $readyUncompletedActivity;
	$this->readyCountableActivity = $readyCountableActivity;
	$this->readyActCounterLight = $readyActCounterLight;
	$this->mustUseUncompletedActivityTable = $mustUseUncompletedActivity;
	$this->onlyMinIncomingChannel = $onlyMinIncomingChannel;
}