• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/event/properties/attendeecollection.php
  • Класс: BitrixCalendarCoreEventPropertiesAttendeeCollection
  • Вызов: AttendeeCollection::toString
public function toString($separator = ', '): string
{
	if (!$this->collection)
	{
		$this->loadAttendees();
	}

	return parent::toString($separator);
}