PopupDataAggregatable
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.
Table of Contents
Methods
- getPopupData() : PopupData
- Returns the data to be raised to the top of the REST response. Works on the principle of the composite pattern.
Methods
getPopupData()
Returns the data to be raised to the top of the REST response. Works on the principle of the composite pattern.
public
getPopupData([array<string|int, string> $excludedList = [] ]) : PopupData
Parameters
- $excludedList : array<string|int, string> = []