1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
PasswordService.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
6
9use Bitrix\Rest\Dto;
10
12{
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}
create(Dto\APAuth\CreatePasswordDto $createPasswordDto)