1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
TemplateStatus.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\MessageService\Providers\Edna\Constants;
4
6
final
class
TemplateStatus
7
{
8
public
const
APPROVED
=
'APPROVED'
;
9
public
const
REJECTED
=
'REJECTED'
;
10
public
const
PENDING
=
'PENDING'
;
11
public
const
NOT_SENT
=
'NOT_SENT'
;
12
public
const
ARCHIVED
=
'ARCHIVED'
;
13
public
const
PAUSED
=
'PAUSED'
;
14
public
const
DISABLED
=
'DISABLED'
;
15
}
Bitrix\MessageService\Providers\Edna\Constants\TemplateStatus
Определения
TemplateStatus.php:7
Bitrix\MessageService\Providers\Edna\Constants\TemplateStatus\PAUSED
const PAUSED
Определения
TemplateStatus.php:13
Bitrix\MessageService\Providers\Edna\Constants\TemplateStatus\REJECTED
const REJECTED
Определения
TemplateStatus.php:9
Bitrix\MessageService\Providers\Edna\Constants\TemplateStatus\DISABLED
const DISABLED
Определения
TemplateStatus.php:14
Bitrix\MessageService\Providers\Edna\Constants\TemplateStatus\NOT_SENT
const NOT_SENT
Определения
TemplateStatus.php:11
Bitrix\MessageService\Providers\Edna\Constants\TemplateStatus\APPROVED
const APPROVED
Определения
TemplateStatus.php:8
Bitrix\MessageService\Providers\Edna\Constants\TemplateStatus\PENDING
const PENDING
Определения
TemplateStatus.php:10
Bitrix\MessageService\Providers\Edna\Constants\TemplateStatus\ARCHIVED
const ARCHIVED
Определения
TemplateStatus.php:12
bitrix
modules
messageservice
lib
Providers
Edna
Constants
TemplateStatus.php
Создано системой
1.14.0