• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/crm/connectors/client.php
  • Класс: Bitrix\Sender\Integration\Crm\Connectors\Client
  • Вызов: Client::prepareQueryForType
protected function prepareQueryForType(Query $query, int $from, int $to, array &$queries)
{
	$query->whereBetween('ID', $from, $to);
	$queryCollection = $this->prepareQueryCollection($query);
	$queries = array_merge($queries, $queryCollection);
}