1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Types.php
См. документацию.
1<?php
2declare(strict_types=1);
3
4namespace Bitrix\Landing\Metrika;
5
6enum Types: string
7{
8 case ai = 'ai';
9 case template = 'template';
10 case widgetSystem = 'system';
11 case widgetPartner = 'partner';
12 case widgetLocal = 'local';
13}
Types
Определения Types.php:7
@ widgetLocal
Определения Types.php:12