Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
stepper.php
1
<?php
2
namespace
Bitrix\Landing\Update
;
3
4
class
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
}
Bitrix\Landing\Update\Stepper
Definition
stepper.php:5
Bitrix\Landing\Update\Stepper\show
static show()
Definition
stepper.php:36
Bitrix\Landing\Update
modules
landing
lib
update
stepper.php
Создано системой
1.10.0