• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/event/event.php
  • Класс: BitrixCalendarCoreEventEvent
  • Вызов: Event::getAttendeesCollection
public function getAttendeesCollection(): ?AttendeeCollection
{
	if (is_null($this->attendeeCollection))
	{
		$this->initAttendeesCollection();
	}
	return $this->attendeeCollection;
}