• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/base/propertycollection.php
  • Класс: BitrixCalendarCoreBasePropertyCollection
  • Вызов: PropertyCollection::toString
public function toString(string $separator = ', '): string
{
	return implode($separator, $this->collection);
}