1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
RecentSyncItem.php
См. документацию.
1<?php
2
3namespace Bitrix\Im\V2\Sync\Recent;
4
5use Bitrix\Im\V2\Recent\RecentItem;
6
8{
9 public function toRestFormat(array $option = []): array
10 {
11 return [
12 'dialogId' => $this->dialogId,
13 'chatId' => $this->chatId,
14 'messageId' => $this->messageId,
15 'pinned' => $this->pinned,
16 'unread' => $this->unread,
17 'dateUpdate' => $this->dateUpdate,
18 'dateLastActivity' => $this->dateLastActivity,
19 ];
20 }
21}
DateTime $dateUpdate
Определения RecentItem.php:22
string $dialogId
Определения RecentItem.php:12
DateTime $dateLastActivity
Определения RecentItem.php:23
toRestFormat(array $option=[])
Определения RecentSyncItem.php:9
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$option
Определения options.php:1711