• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/queue/processor/eventswithentityattendeesfind.php
  • Класс: BitrixCalendarCoreQueueProcessorEventsWithEntityAttendeesFind
  • Вызов: EventsWithEntityAttendeesFind::convertEntityToAttendeeCode
protected function convertEntityToAttendeeCode(string $entityType, int $entityId = null): string
{
	$attendeeCodeType = self::CONVERT_DATA[$entityType] ?? null;

	return $attendeeCodeType ? $attendeeCodeType . ($entityId ?: '')  : '';
}