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

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

 getPopupData (array $excludedList=[])
 
- Открытые члены унаследованные от MessageCollection
 getIds ()
 
 getFileIds ()
 
 getCommonChatId ()
 
 toRestFormat (array $option=[])
 
 fillFiles ()
 
 fillParams ()
 
 fillUuid ()
 
 fillUrls ()
 
 fillUnread ()
 
 fillViewed ()
 
 fillViewedByOthers ()
 
 fillReactions ()
 
 fillAllForRest ()
 
 getFiles ()
 
 getUserIds ()
 
 getReminders ()
 
 getReplayedMessageIds ()
 
 getReactions ()
 
 filterByChatId (int $chatId)
 
- Открытые члены унаследованные от Collection
 __construct ($source=null)
 
 add (ActiveRecord $entry)
 
 offsetSet ($offset, $entry)
 
 load ($source)
 
 delete ()
 
- Открытые члены унаследованные от Registry
 unsetByKeys (array $keys)
 
 filter (callable $predicate)
 
 getAny ()
 
- Открытые члены унаследованные от ActiveRecordCollection
 getPrimaryIds ()
 
 getDataEntityCollection ()
 
 save ()
 

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

static createByMessageCollection (MessageCollection $collection)
 
- Открытые статические члены унаследованные от MessageCollection
static getCollectionElementClass ()
 
static find (array $filter, array $order, ?int $limit=null, ?Context $context=null, array $select=[])
 
static getRestEntityName ()
 
- Открытые статические члены унаследованные от Collection
static getDataClass ()
 
static find (array $filter, array $order, ?int $limit=null, ?Context $context=null)
 

Дополнительные унаследованные члены

- Защищенные члены унаследованные от Collection
 setDataEntityCollection (ORM\Objectify\Collection $entityCollection)
 
 initByEntitiesCollection (ORM\Objectify\Collection $entitiesCollection)
 
 initByArray (array $items)
 
- Защищенные статические члены унаследованные от MessageCollection
static processFilters (Query $query, array $filter, array $order)
 
- Защищенные данные унаследованные от MessageCollection
bool $isFileFilled = false
 
bool $isParamsFilled = false
 
bool $isUuidFilled = false
 
bool $isUrlsFilled = false
 
bool $isUnreadFilled = false
 
bool $isViewedFilled = false
 
bool $isViewedByOthersFilled = false
 
bool $isReactionsFilled = false
 
- Защищенные данные унаследованные от Collection
ORM Objectify Collection $dataEntityCollection = null
 
int $newEntityTmpId = 0
 

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

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

Методы

◆ createByMessageCollection()

static createByMessageCollection ( MessageCollection $collection)
static

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

◆ 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

Переопределяет метод предка MessageCollection.

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