• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Link/Reminder/ReminderCollection.php
  • Класс: BitrixImV2LinkReminderReminderCollection
  • Вызов: ReminderCollection::toRestFormat
public function toRestFormat(array $option = []): array
{
	if (!isset($option['WITHOUT_MESSAGES']) || $option['WITHOUT_MESSAGES'] !== 'Y')
	{
		$this->getMessageCollection()->fillAllForRest();
	}

	return parent::toRestFormat($option);
}