CCrmActivityDbResult::getNextFetchedRecord

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmActivityDbResult
  4. getNextFetchedRecord
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_activity_db_result.php
  • Класс: \CCrmActivityDbResult
  • Вызов: CCrmActivityDbResult::getNextFetchedRecord
private function getNextFetchedRecord()
{
	return $this->getAllRecords()[$this->currentRecordsIndex++] ?? false;
}

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