1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Integration.php
См. документацию.
1<?php
2declare(strict_types = 1);
3
4namespace Bitrix\Rest\Entity;
5
7{
8 public function __construct(
9 private readonly string $elementCode,
10 private readonly string $title,
11 private readonly ?int $id = null,
12 private readonly ?int $userId = null,
13 private readonly ?int $passwordId = null,
14 private readonly ?int $appId = null,
15 private readonly ?array $scope = null,
16 private readonly ?array $widgetList = null,
17 private readonly ?array $outgoingEvents = null,
18 private readonly ?bool $outgoingNeeded = null,
19 private readonly ?string $outgoingHandler = null,
20 private readonly ?bool $widgetNeeded = null,
21 private readonly ?string $widgetHandler = null,
22 private readonly ?string $applicationToken = null,
23 private readonly ?bool $applicationNeeded = null,
24 private readonly ?bool $onlyApi = null,
25 private readonly ?int $botId = null,
26 private readonly ?string $botHandlerUrl = null,
27 )
28 {
29 }
30
31 public function getId(): ?int
32 {
33 return $this->id;
34 }
35
36 public function getUserId(): ?int
37 {
38 return $this->userId;
39 }
40
41 public function getPasswordId(): ?int
42 {
43 return $this->passwordId;
44 }
45
46 public function getAppId(): ?int
47 {
48 return $this->appId;
49 }
50
51 public function getScope(): ?array
52 {
53 return $this->scope;
54 }
55
56 public function getWidgetList(): ?array
57 {
58 return $this->widgetList;
59 }
60
61 public function getOutgoingEvents(): ?array
62 {
63 return $this->outgoingEvents;
64 }
65
66 public function getOutgoingNeeded(): ?bool
67 {
68 return $this->outgoingNeeded;
69 }
70
71 public function getOutgoingHandler(): ?string
72 {
73 return $this->outgoingHandler;
74 }
75
76 public function getWidgetNeeded(): ?bool
77 {
78 return $this->widgetNeeded;
79 }
80
81 public function getWidgetHandler(): ?string
82 {
83 return $this->widgetHandler;
84 }
85
86 public function getApplicationToken(): ?string
87 {
88 return $this->applicationToken;
89 }
90
91 public function getApplicationNeeded(): ?bool
92 {
93 return $this->applicationNeeded;
94 }
95
96 public function getOnlyApi(): ?bool
97 {
98 return $this->onlyApi;
99 }
100
101 public function getBotId(): ?int
102 {
103 return $this->botId;
104 }
105
106 public function getBotHandlerUrl(): ?string
107 {
108 return $this->botHandlerUrl;
109 }
110
111 public function getElementCode(): ?string
112 {
113 return $this->elementCode;
114 }
115
116 public function getTitle(): string
117 {
118 return $this->title;
119 }
120}
if(!is_object($USER)||! $USER->IsAuthorized()) $userId
Определения check_mail.php:18
__construct(private readonly string $elementCode, private readonly string $title, private readonly ?int $id=null, private readonly ?int $userId=null, private readonly ?int $passwordId=null, private readonly ?int $appId=null, private readonly ?array $scope=null, private readonly ?array $widgetList=null, private readonly ?array $outgoingEvents=null, private readonly ?bool $outgoingNeeded=null, private readonly ?string $outgoingHandler=null, private readonly ?bool $widgetNeeded=null, private readonly ?string $widgetHandler=null, private readonly ?string $applicationToken=null, private readonly ?bool $applicationNeeded=null, private readonly ?bool $onlyApi=null, private readonly ?int $botId=null, private readonly ?string $botHandlerUrl=null,)
Определения Integration.php:8
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$title
Определения pdf.php:123