1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
event.php
См. документацию.
1<?php
2
4
5class Event
6{
7 private int $id = 0;
8 private string $hitId;
9 private string $type;
10 private array $data = [];
11
17 public function __construct(string $hitId, string $type)
18 {
19 $this->hitId = $hitId;
20 $this->type = $type;
21 }
22
27 public function setId(int $id): self
28 {
29 $this->id = $id;
30 return $this;
31 }
32
37 public function setData(array $data): self
38 {
39 $this->data = $data;
40 return $this;
41 }
42
46 public function getType(): string
47 {
48 return $this->type;
49 }
50
54 public function getId(): int
55 {
56 return $this->id;
57 }
58
62 public function getHitId(): string
63 {
64 return $this->hitId;
65 }
66
70 public function getData(): array
71 {
72 return $this->data;
73 }
74}
$type
Определения options.php:106
__construct(string $hitId, string $type)
Определения event.php:17
$data['IS_AVAILABLE']
Определения .description.php:13
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804