CompanySearchShortIndex::getList

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CompanySearchShortIndex
  4. getList
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/agent/search/companysearchshortindex.php
  • Класс: Bitrix\Crm\Agent\Search\CompanySearchShortIndex
  • Вызов: CompanySearchShortIndex::getList
protected function getList(int $limit, int $steps)
{
	return \CCrmCompany::getListEx(
		['ID' => 'ASC'],
		['CHECK_PERMISSIONS' => 'N'],
		false,
		false,
		['ID'],
		['QUERY_OPTIONS' => ['LIMIT' => $limit, 'OFFSET' => $steps]]
	);
}

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