Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Интерфейс PopupDataAggregatable
+ Граф наследования:PopupDataAggregatable:

Открытые члены

 getPopupData (array $excludedList=[])
 

Подробное описание

An interface for classes that have entities within them that should be taken to the top level of a REST response. For example, users in messages.

См. определение в файле PopupDataAggregatable.php строка 9

Методы

◆ getPopupData()

getPopupData ( array $excludedList = [])

Returns the data to be raised to the top of the REST response. Works on the principle of the composite pattern.

См. также
RestAdapter::toRestFormat()
Аргументы
string[]$excludedList
Возвращает
PopupData

Замещается в GroupChat, PrivateChat, EntityCollection, FileCollection, FileItem, FilePopupItem, TaskItem, ViewItem, BaseLinkCollection, BaseLinkItem, FavoriteCollection, FavoriteItem, FileCollection, FileItem, PinItem, ReminderCollection, ReminderItem, Message, AdditionalMessagePopupItem, ReactionCollection, ReactionItem, ReactionMessage, ReactionMessages, ReactionPopupItem, ReplayedMessageCollection и MessageCollection.