• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Broker.php
  • Класс: Bitrix\Crm\Service\Broker
  • Вызов: Broker::loadEntry
protected function loadEntry(int $id);

protected function getEntries(array $ids): array
{
	if (empty($ids))
	{
		return [];
	}

	$entries = $this->loadEntries($ids);
	$this->addBunchToCache($entries);

	return $entries;
}