1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Sections.php
См. документацию.
1<?php
2declare(strict_types=1);
3
4namespace Bitrix\Landing\Metrika;
5
6enum Sections: string
7{
8 case site = 'site';
9 case page = 'page';
10 case blockStyle = 'block_style';
11 case siteEditor = 'site_editor';
12 case siteDesigner = 'site_designer';
13 case siteSettings = 'site_settings';
14 case marketMain = 'market_main';
15 case marketCollection = 'market_collection';
16}
Sections
Определения Sections.php:7
@ marketCollection
Определения Sections.php:15