Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
ContentType.php
1
<?php
2
3
namespace
Bitrix\MessageService\Providers\Edna\Constants
;
4
9
class
ContentType
10
{
11
public
const
TEXT
=
'TEXT'
;
12
public
const
IMAGE
=
'IMAGE'
;
13
public
const
DOCUMENT
=
'DOCUMENT'
;
14
public
const
VIDEO
=
'VIDEO'
;
15
public
const
AUDIO
=
'AUDIO'
;
16
public
const
BUTTON
=
'BUTTON'
;
17
public
const
LOCATION
=
'LOCATION'
;
18
public
const
LIST_PICKER
=
'LIST_PICKER'
;
19
20
public
static
function
getAllTypeList
(): array
21
{
22
return
[
23
self::TEXT
,
24
self::IMAGE
,
25
self::DOCUMENT
,
26
self::VIDEO
,
27
self::AUDIO
,
28
self::BUTTON
,
29
self::LOCATION
,
30
self::LIST_PICKER
,
31
];
32
}
33
}
Bitrix\MessageService\Providers\Edna\Constants\ContentType
Definition
ContentType.php:10
Bitrix\MessageService\Providers\Edna\Constants\ContentType\LIST_PICKER
const LIST_PICKER
Definition
ContentType.php:18
Bitrix\MessageService\Providers\Edna\Constants\ContentType\VIDEO
const VIDEO
Definition
ContentType.php:14
Bitrix\MessageService\Providers\Edna\Constants\ContentType\BUTTON
const BUTTON
Definition
ContentType.php:16
Bitrix\MessageService\Providers\Edna\Constants\ContentType\DOCUMENT
const DOCUMENT
Definition
ContentType.php:13
Bitrix\MessageService\Providers\Edna\Constants\ContentType\TEXT
const TEXT
Definition
ContentType.php:11
Bitrix\MessageService\Providers\Edna\Constants\ContentType\getAllTypeList
static getAllTypeList()
Definition
ContentType.php:20
Bitrix\MessageService\Providers\Edna\Constants\ContentType\AUDIO
const AUDIO
Definition
ContentType.php:15
Bitrix\MessageService\Providers\Edna\Constants\ContentType\LOCATION
const LOCATION
Definition
ContentType.php:17
Bitrix\MessageService\Providers\Edna\Constants\ContentType\IMAGE
const IMAGE
Definition
ContentType.php:12
Bitrix\MessageService\Providers\Edna\Constants
Definition
CallbackType.php:3
modules
messageservice
lib
Providers
Edna
Constants
ContentType.php
Создано системой
1.10.0