|
static | get ($userId=null, $options=[]) |
|
static | getList ($userId=null, $options=[]) |
|
static | getElement ($itemType, $itemId, $userId=null, $options=[]) |
|
static | pin ($dialogId, $pin, $userId=null) |
|
static | sortPin (\Bitrix\Im\V2\Chat $chat, int $newPosition, int $userId) |
|
static | getPinLimit () |
|
static | updatePinSortCost (int $userId) |
|
static | updateByFilter (array $filter, array $fields) |
|
static | unread ($dialogId, $unread, $userId=null, ?int $markedId=null) |
|
static | readAll (int $userId) |
|
static | isUnread (int $userId, string $itemType, string $dialogId) |
|
static | getUnread (string $itemType, string $dialogId) |
|
static | getMarkedId (int $userId, string $itemType, string $dialogId) |
|
static | getMarkedIdByChatIds (int $userId, array $chatIds) |
|
static | hide ($dialogId, $userId=null) |
|
static | show ($dialogId, $options=[], $userId=null) |
|
static | clearCache ($userId=null) |
|
static | isLimitError () |
|
См. определение в файле recent.php строка 25
◆ clearCache()
static clearCache |
( |
| $userId = null | ) |
|
|
static |
◆ fillCounters()
static fillCounters |
( |
array | $rows, |
|
|
int | $userId ) |
|
staticprotected |
◆ fillLastMessageStatuses()
static fillLastMessageStatuses |
( |
array | $rows, |
|
|
int | $userId ) |
|
staticprotected |
◆ get()
static get |
( |
| $userId = null, |
|
|
| $options = [] ) |
|
static |
◆ getElement()
static getElement |
( |
| $itemType, |
|
|
| $itemId, |
|
|
| $userId = null, |
|
|
| $options = [] ) |
|
static |
◆ getList()
static getList |
( |
| $userId = null, |
|
|
| $options = [] ) |
|
static |
◆ getMarkedId()
static getMarkedId |
( |
int | $userId, |
|
|
string | $itemType, |
|
|
string | $dialogId ) |
|
static |
◆ getMarkedIdByChatIds()
static getMarkedIdByChatIds |
( |
int | $userId, |
|
|
array | $chatIds ) |
|
static |
◆ getPinLimit()
◆ getRole()
static getRole |
( |
array | $row | ) |
|
|
staticprotected |
- См. также
- \Bitrix\Im\V2\Chat::getRole()
- Аргументы
-
- Возвращает
- string
См. определение в файле recent.php строка 1686
◆ getUnread()
static getUnread |
( |
string | $itemType, |
|
|
string | $dialogId ) |
|
static |
◆ hide()
static hide |
( |
| $dialogId, |
|
|
| $userId = null ) |
|
static |
◆ isLimitError()
◆ isUnread()
static isUnread |
( |
int | $userId, |
|
|
string | $itemType, |
|
|
string | $dialogId ) |
|
static |
◆ pin()
static pin |
( |
| $dialogId, |
|
|
| $pin, |
|
|
| $userId = null ) |
|
static |
◆ prepareRows()
static prepareRows |
( |
array | $rows, |
|
|
int | $userId ) |
|
staticprotected |
◆ readAll()
static readAll |
( |
int | $userId | ) |
|
|
static |
◆ show()
static show |
( |
| $dialogId, |
|
|
| $options = [], |
|
|
| $userId = null ) |
|
static |
◆ sortPin()
◆ unread()
static unread |
( |
| $dialogId, |
|
|
| $unread, |
|
|
| $userId = null, |
|
|
?int | $markedId = null ) |
|
static |
◆ updateByFilter()
static updateByFilter |
( |
array | $filter, |
|
|
array | $fields ) |
|
static |
◆ updatePinSortCost()
static updatePinSortCost |
( |
int | $userId | ) |
|
|
static |