• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Model/FieldMultiPhoneCountryTable.php
  • Класс: Bitrix\Crm\Model\FieldMultiPhoneCountryTable
  • Вызов: FieldMultiPhoneCountryTable::getDataByMultiFieldId
static function getDataByMultiFieldId(array $fmIds): array
{
	return static::getList([
		'select' => ['ID', 'FM_ID', 'COUNTRY_CODE'],
		'filter' => [
			'@FM_ID' => $fmIds
		]
	])->fetchAll();
}