Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
stepper.php
1<?php
3
4class Stepper
5{
10 private static function getUpdaterClasses(): array
11 {
12 return array(
13 'Bitrix\Landing\Update\Block\NodeAttributes',
14 'Bitrix\Landing\Update\Block\NodeImg',
15 'Bitrix\Landing\Update\Block\FixSrcImg',
16 'Bitrix\Landing\Update\Block\SearchContent',
17 'Bitrix\Landing\Update\Block\LastUsed',
18 'Bitrix\Landing\Update\Block',
19 'Bitrix\Landing\Update\Landing\InitApp',
20 'Bitrix\Landing\Update\Landing\SearchContent',
21 'Bitrix\Landing\Update\Landing\FolderNew',
22 'Bitrix\Landing\Update\Domain\Check',
23 'Bitrix\Landing\Update\Assets\WebpackClear',
24 'Bitrix\Landing\Update\Assets\FontFix',
25 'Bitrix\Landing\Update\Assets\FixFontWeight',
26 'Bitrix\Landing\Update\Block\DomainUa',
27 );
28 }
29
30
36 public static function show(): void
37 {
38 }
39}