1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
CreatePermissionDto.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Rest\Dto\APAuth;
6
7
class
CreatePermissionDto
8
{
9
public
function
__construct
(
10
private
readonly
string
$permissionCode,
11
private
readonly
int
$passwordId,
12
)
13
{
14
}
15
16
public
function
getPermissionCode
(): string
17
{
18
return
$this->permissionCode;
19
}
20
21
public
function
getPasswordId
(): int
22
{
23
return
$this->passwordId;
24
}
25
}
Bitrix\Rest\Dto\APAuth\CreatePermissionDto
Определения
CreatePermissionDto.php:8
Bitrix\Rest\Dto\APAuth\CreatePermissionDto\getPermissionCode
getPermissionCode()
Определения
CreatePermissionDto.php:16
Bitrix\Rest\Dto\APAuth\CreatePermissionDto\getPasswordId
getPasswordId()
Определения
CreatePermissionDto.php:21
Bitrix\Rest\Dto\APAuth\CreatePermissionDto\__construct
__construct(private readonly string $permissionCode, private readonly int $passwordId,)
Определения
CreatePermissionDto.php:9
bitrix
modules
rest
lib
Dto
APAuth
CreatePermissionDto.php
Создано системой
1.14.0