• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/ical/builder/attachcollection.php
  • Класс: BitrixCalendarICalBuilderAttachCollection
  • Вызов: AttachCollection::__construct
public function __construct(array $collection = [])
{
	if (!$this->checkCollection($collection))
	{
		throw new LogicException('The collection contains elements of the wrong class. You need to pass a collection of objects Bitrix\Calendar\ICal\Parser\Attendee');
	}
	$this->collection = $collection;
}