1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
NodeType.php
См. документацию.
1
<?php
2
declare(strict_types=1);
3
4
namespace
Bitrix\Landing\Copilot\Data\Type;
5
6
enum
NodeType
:
string
7
{
8
case
Text
=
'text'
;
9
case
Link
=
'link'
;
10
case
Img
=
'img'
;
11
case
Icon
=
'icon'
;
12
}
Bitrix\Landing\Node\Img
Определения
img.php:12
Bitrix\Landing\Node\Link
Определения
link.php:8
Bitrix\Landing\Copilot\Data\Type\NodeType
NodeType
Определения
NodeType.php:7
Bitrix\Landing\Copilot\Data\Type\Icon
@ Icon
Определения
NodeType.php:11
Bitrix\Main\Text
Определения
base32.php:2
bitrix
modules
landing
lib
Copilot
Data
Type
NodeType.php
Создано системой
1.14.0