1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
RequestStatus.php
См. документацию.
1
<?php
2
declare(strict_types=1);
3
4
namespace
Bitrix\Landing\Copilot\Generation\Type;
5
6
enum
RequestStatus
:
int
7
{
8
case
New = 0;
9
case
Sent = 10;
10
case
Received = 20;
11
case
Applied
= 30;
12
}
Bitrix\Landing\Copilot\Generation\Type\RequestStatus
RequestStatus
Определения
RequestStatus.php:7
Bitrix\Landing\Copilot\Generation\Type\Applied
@ Applied
Определения
RequestStatus.php:11
bitrix
modules
landing
lib
Copilot
Generation
Type
RequestStatus.php
Создано системой
1.14.0