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