Открытые члены | |
__construct ($reactions=null) | |
merge (PopupDataItem $item) | |
toRestFormat (array $option=[]) | |
getPopupData (array $excludedList=[]) | |
Открытые члены унаследованные от PopupDataItem | |
merge (self $item) | |
Открытые статические члены | |
static | getRestEntityName () |
См. определение в файле ReactionPopupItem.php строка 9
__construct | ( | $reactions = null | ) |
ReactionMessage | ReactionMessages | null | $reactions |
См. определение в файле ReactionPopupItem.php строка 16
getPopupData | ( | array | $excludedList = [] | ) |
Returns the data to be raised to the top of the REST response. Works on the principle of the composite pattern.
string[] | $excludedList |
Замещает PopupDataAggregatable.
См. определение в файле ReactionPopupItem.php строка 53
|
static |
Returns the name of the entity that will be used in the rest response
Замещает RestConvertible.
См. определение в файле ReactionPopupItem.php строка 43
merge | ( | PopupDataItem | $item | ) |
См. определение в файле ReactionPopupItem.php строка 30
toRestFormat | ( | array | $option = [] | ) |
Returns an array in JSON like format to return the entity as a rest response.
array | $option |
Замещает RestConvertible.
См. определение в файле ReactionPopupItem.php строка 48