• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/event/properties/attendeecollection.php
  • Класс: BitrixCalendarCoreEventPropertiesAttendeeCollection
  • Вызов: AttendeeCollection::getFields
public function getFields(): array
{
	return array_merge(parent::getFields(), [
		'attendeesIdCollection' => $this->attendeesIdCollection,
		'attendeesCodesCollection' => $this->attendeesCodesCollection
	]);
}