1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
CreatePasswordDto.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Rest\Dto\APAuth
;
6
7
use
Bitrix\Rest
;
8
9
class
CreatePasswordDto
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
$type
Определения
options.php:106
$userId
if(!is_object($USER)||! $USER->IsAuthorized()) $userId
Определения
check_mail.php:18
Bitrix\Rest\Dto\APAuth\CreatePasswordDto
Определения
CreatePasswordDto.php:10
Bitrix\Rest\Dto\APAuth\CreatePasswordDto\getUserId
getUserId()
Определения
CreatePasswordDto.php:19
Bitrix\Rest\Dto\APAuth\CreatePasswordDto\getType
getType()
Определения
CreatePasswordDto.php:24
Bitrix\Rest\Dto\APAuth\CreatePasswordDto\__construct
__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
Bitrix\Rest\Dto\APAuth\CreatePasswordDto\getTitle
getTitle()
Определения
CreatePasswordDto.php:29
Bitrix\Rest\Dto\APAuth\CreatePasswordDto\getPermissions
getPermissions()
Определения
CreatePasswordDto.php:42
Bitrix\Rest\Dto\APAuth\CreatePasswordDto\getComment
getComment()
Определения
CreatePasswordDto.php:34
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
Bitrix\Main\Rest
Определения
handlers.php:8
Bitrix\Rest\APAuth
Определения
application.php:9
Bitrix\Rest\Dto\APAuth
Определения
CreatePasswordDto.php:5
Bitrix\Rest
Определения
accessexception.php:2
$comment
$comment
Определения
template.php:15
$title
$title
Определения
pdf.php:123
bitrix
modules
rest
lib
Dto
APAuth
CreatePasswordDto.php
Создано системой
1.14.0