1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
ElementCodeType.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Rest\Enum\Integration
;
6
7
enum
ElementCodeType
:
string
8
{
9
case
IN_WEBHOOK =
'in-hook'
;
10
case
OUT_WEBHOOK =
'out-hook'
;
11
case
APPLICATION
=
'application'
;
12
}
Bitrix\Rest\Enum\Integration
Определения
ElementCodeType.php:5
Bitrix\Rest\Enum\Integration\ElementCodeType
ElementCodeType
Определения
ElementCodeType.php:8
Bitrix\Rest\Enum\Integration\APPLICATION
@ APPLICATION
Определения
ElementCodeType.php:11
bitrix
modules
rest
lib
Enum
Integration
ElementCodeType.php
Создано системой
1.14.0