PropertyCollection::toString

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

Добавить комментарий