1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
PasswordType.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Rest\Enum\APAuth
;
6
7
enum
PasswordType
:
string
8
{
9
case
User =
'user'
;
10
case
System =
'system'
;
11
12
public
static
function
getValues
():
array
13
{
14
$values = [];
15
$cases = self::cases();
16
17
foreach
($cases as $case)
18
{
19
$values[] = $case->value;
20
}
21
22
return
$values;
23
}
24
}
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\Rest\Enum\APAuth
Определения
PasswordType.php:5
Bitrix\Rest\Enum\APAuth\PasswordType
PasswordType
Определения
PasswordType.php:8
Bitrix\Rest\Enum\APAuth\getValues
@ getValues
Определения
PasswordType.php:12
bitrix
modules
rest
lib
Enum
APAuth
PasswordType.php
Создано системой
1.14.0