Lead::getDataCountByType

  1. Bitrix24 API (v. 23.675.0)
  2. sender
  3. Lead
  4. getDataCountByType
  • Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/crm/connectors/lead.php
  • Класс: Bitrix\Sender\Integration\Crm\Connectors\Lead
  • Вызов: Lead::getDataCountByType
protected function getDataCountByType()
{
	if (!$this->hasFieldValues())
	{
		return array();
	}

	return QueryCount::getCount($this->getQuery(), $this->getDataTypeId());
}

Добавить комментарий