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

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

 __construct (array $messageIds)
 
 merge (PopupDataItem $item)
 
 toRestFormat (array $option=[])
 
 getPopupData (array $excludedList=[])
 
- Открытые члены унаследованные от PopupDataItem
 merge (self $item)
 

Открытые статические члены

static getRestEntityName ()
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( array $messageIds)

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

Методы

◆ 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

Замещает PopupDataAggregatable.

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

◆ getRestEntityName()

static getRestEntityName ( )
static

Returns the name of the entity that will be used in the rest response

Возвращает
string

Замещает RestConvertible.

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

◆ merge()

merge ( PopupDataItem $item)

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

◆ toRestFormat()

toRestFormat ( array $option = [])

Returns an array in JSON like format to return the entity as a rest response.

Аргументы
array$option
Возвращает
array

Замещает RestConvertible.

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