• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Link/Reminder/ReminderCollection.php
  • Класс: BitrixImV2LinkReminderReminderCollection
  • Вызов: ReminderCollection::getPopupData
public function getPopupData(array $excludedList = []): PopupData
{
	$excludedList[] = ReminderPopupItem::class;

	if (!in_array(FilePopupItem::class, $excludedList, true))
	{
		$this->getMessageCollection()->fillFiles();
	}

	return parent::getPopupData($excludedList);
}