1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
PasswordService.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Rest\Contract\Service\APAuth
;
6
7
use
Bitrix\Rest\Entity\Collection\APAuth\PasswordCollection
;
8
use
Bitrix\Rest\Entity\APAuth\Password
;
9
use Bitrix\Rest\Dto;
10
11
interface
PasswordService
12
{
13
public
function
getSystemPasswordCollection
():
PasswordCollection
;
14
public
function
isSystemPasswordById
(
int
$id): bool;
15
public
function
deleteById
(
int
$id): bool;
16
public
function
getPasswordById
(
int
$id): ?
Password
;
17
public
function
create
(Dto\
APAuth
\CreatePasswordDto $createPasswordDto): ?
Password
;
18
public
function
clearCacheById
(
int
$id): void;
19
}
Bitrix\Rest\Entity\APAuth\Password
Определения
Password.php:11
Bitrix\Rest\Entity\Collection\APAuth\PasswordCollection
Определения
PasswordCollection.php:14
Bitrix\Rest\Contract\Service\APAuth\PasswordService
Определения
PasswordService.php:12
Bitrix\Rest\Contract\Service\APAuth\PasswordService\getSystemPasswordCollection
getSystemPasswordCollection()
Bitrix\Rest\Contract\Service\APAuth\PasswordService\isSystemPasswordById
isSystemPasswordById(int $id)
Bitrix\Rest\Contract\Service\APAuth\PasswordService\clearCacheById
clearCacheById(int $id)
Bitrix\Rest\Contract\Service\APAuth\PasswordService\deleteById
deleteById(int $id)
Bitrix\Rest\Contract\Service\APAuth\PasswordService\create
create(Dto\APAuth\CreatePasswordDto $createPasswordDto)
Bitrix\Rest\Contract\Service\APAuth\PasswordService\getPasswordById
getPasswordById(int $id)
Bitrix\Rest\Contract\Service\APAuth
Определения
PasswordService.php:5
Bitrix\Rest\Dto\APAuth
Определения
CreatePasswordDto.php:5
bitrix
modules
rest
lib
Contract
Service
APAuth
PasswordService.php
Создано системой
1.14.0