• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/posting/segmentdatabuilder.php
  • Класс: BitrixSenderPostingSegmentDataBuilder
  • Вызов: SegmentDataBuilder::checkEndpoint
static function checkEndpoint(?array $endpoint): bool
{
	return $endpoint && isset($endpoint['FIELDS']) && !empty($endpoint['FIELDS']);
}