1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
App.php
См. документацию.
1<?php
2declare(strict_types = 1);
3
4namespace Bitrix\Rest\Entity;
5
6use Bitrix\Main\Type\DateTime;
7
8class App
9{
10 public function __construct(
11 private readonly string $clientId,
12 private readonly string $code,
13 private readonly bool $active,
14 private readonly bool $installed,
15 private readonly string $url,
16 private readonly string $scope,
17 private readonly string $status,
18 private readonly ?int $id = null,
19 private readonly ?string $urlDemo = null,
20 private readonly ?string $urlInstall = null,
21 private readonly ?string $version = null,
22 private readonly ?\Bitrix\Main\Type\Date $dateFinish = null,
23 private readonly ?bool $isTrialled = null,
24 private readonly ?string $sharedKey = null,
25 private readonly ?string $clientSecret = null,
26 private readonly ?string $appName = null,
27 private readonly ?string $access = null,
28 private readonly ?string $aplicationToken = null,
29 private readonly ?bool $mobile = null,
30 private readonly ?bool $userInstall = null,
31 private readonly ?string $urlSettings = null,
32 )
33 {
34 }
35
36 public function getClientId(): string
37 {
38 return $this->clientId;
39 }
40
41 public function getCode(): string
42 {
43 return $this->code;
44 }
45
46 public function isActive(): bool
47 {
48 return $this->active;
49 }
50
51 public function isInstalled(): bool
52 {
53 return $this->installed;
54 }
55
56 public function getUrl(): string
57 {
58 return $this->url;
59 }
60
61 public function getScope(): array
62 {
63 return $this->scope;
64 }
65
66 public function isStatus(): string
67 {
68 return $this->status;
69 }
70
71 public function getId(): ?int
72 {
73 return $this->id;
74 }
75
76 public function getUrlDemo(): ?string
77 {
78 return $this->urlDemo;
79 }
80
81 public function getUrlInstall(): ?string
82 {
83 return $this->urlInstall;
84 }
85
86 public function getVersion(): ?string
87 {
88 return $this->version;
89 }
90
91 public function getDateFinish(): ?DateTime
92 {
93 return $this->dateFinish;
94 }
95
96 public function getIsTrialled(): ?bool
97 {
98 return $this->isTrialled;
99 }
100
101 public function getSharedKey(): ?string
102 {
103 return $this->sharedKey;
104 }
105
106 public function getClientSecret(): ?string
107 {
108 return $this->clientSecret;
109 }
110
111 public function getAppName(): ?string
112 {
113 return $this->appName;
114 }
115
116 public function getAccess(): ?string
117 {
118 return $this->access;
119 }
120
121 public function getAplicationToken(): ?string
122 {
123 return $this->aplicationToken;
124 }
125
126 public function getMobile(): ?bool
127 {
128 return $this->mobile;
129 }
130
131 public function getUserInstall(): ?bool
132 {
133 return $this->userInstall;
134 }
135
136 public function getUrlSettings(): ?string
137 {
138 return $this->urlSettings;
139 }
140}
Определения date.php:9
Определения App.php:9
getAccess()
Определения App.php:116
getScope()
Определения App.php:61
getUserInstall()
Определения App.php:131
getId()
Определения App.php:71
getClientSecret()
Определения App.php:106
getAplicationToken()
Определения App.php:121
getUrlDemo()
Определения App.php:76
getAppName()
Определения App.php:111
getIsTrialled()
Определения App.php:96
getUrlSettings()
Определения App.php:136
isActive()
Определения App.php:46
__construct(private readonly string $clientId, private readonly string $code, private readonly bool $active, private readonly bool $installed, private readonly string $url, private readonly string $scope, private readonly string $status, private readonly ?int $id=null, private readonly ?string $urlDemo=null, private readonly ?string $urlInstall=null, private readonly ?string $version=null, private readonly ?\Bitrix\Main\Type\Date $dateFinish=null, private readonly ?bool $isTrialled=null, private readonly ?string $sharedKey=null, private readonly ?string $clientSecret=null, private readonly ?string $appName=null, private readonly ?string $access=null, private readonly ?string $aplicationToken=null, private readonly ?bool $mobile=null, private readonly ?bool $userInstall=null, private readonly ?string $urlSettings=null,)
Определения App.php:10
getClientId()
Определения App.php:36
getCode()
Определения App.php:41
isStatus()
Определения App.php:66
getUrl()
Определения App.php:56
getDateFinish()
Определения App.php:91
getMobile()
Определения App.php:126
getUrlInstall()
Определения App.php:81
isInstalled()
Определения App.php:51
getSharedKey()
Определения App.php:101
getVersion()
Определения App.php:86
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
if(!is_null($config))($config as $configItem)(! $configItem->isVisible()) $code
Определения options.php:195
if(!is_array($deviceNotifyCodes)) $access
Определения options.php:174
$status
Определения session.php:10
Определения collection.php:2
$clientId
Определения seo_client.php:18
$url
Определения iframe.php:7