1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
CreatePasswordDto.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
6
8
10{
11 public function __construct(
12 private readonly int $userId,
13 private readonly Rest\Enum\APAuth\PasswordType $type,
14 private readonly string $title,
15 private readonly string $comment,
16 private readonly array $permissions = [],
17 ) {}
18
19 public function getUserId(): int
20 {
21 return $this->userId;
22 }
23
24 public function getType(): Rest\Enum\APAuth\PasswordType
25 {
26 return $this->type;
27 }
28
29 public function getTitle(): string
30 {
31 return $this->title;
32 }
33
34 public function getComment(): string
35 {
36 return $this->comment;
37 }
38
42 public function getPermissions(): array
43 {
44 return $this->permissions;
45 }
46}
$type
Определения options.php:106
if(!is_object($USER)||! $USER->IsAuthorized()) $userId
Определения check_mail.php:18
__construct(private readonly int $userId, private readonly Rest\Enum\APAuth\PasswordType $type, private readonly string $title, private readonly string $comment, private readonly array $permissions=[],)
Определения CreatePasswordDto.php:11
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
Определения handlers.php:8
Определения accessexception.php:2
$comment
Определения template.php:15
$title
Определения pdf.php:123