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

	$this->collection = $collection;
}