1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
LastActivity.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
6
9
10class LastActivity implements Arrayable
11{
12 public function __construct(
13 public readonly int $userId,
14 public readonly int $collabId,
15 public readonly DateTime $lastActivity,
16 )
17 {
18
19 }
20
21 public function toArray(): array
22 {
23 return [
24 $this->collabId => [
25 $this->userId => $this->lastActivity,
26 ],
27 ];
28 }
29}
if(!is_object($USER)||! $USER->IsAuthorized()) $userId
Определения check_mail.php:18
__construct(public readonly int $userId, public readonly int $collabId, public readonly DateTime $lastActivity,)
Определения LastActivity.php:12
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804