• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Link/Reminder/ReminderCollection.php
  • Класс: BitrixImV2LinkReminderReminderCollection
  • Вызов: ReminderCollection::initByEntityCollection
static function initByEntityCollection(EO_LinkReminder_Collection $entityCollection): self
{
	$reminderCollection = new static();

	foreach ($entityCollection as $entity)
	{
		$reminderCollection[] = ReminderItem::initByEntity($entity);
	}

	return $reminderCollection;
}