Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/modules/landing/lib/update/ |
Upload File : |
<?php namespace Bitrix\Landing\Update; class Stepper { /** * list of updaters classes, then can be show in progress bar. * @return array */ private static function getUpdaterClasses(): array { return array( 'Bitrix\Landing\Update\Block\NodeAttributes', 'Bitrix\Landing\Update\Block\NodeImg', 'Bitrix\Landing\Update\Block\FixSrcImg', 'Bitrix\Landing\Update\Block\SearchContent', 'Bitrix\Landing\Update\Block\LastUsed', 'Bitrix\Landing\Update\Block', 'Bitrix\Landing\Update\Landing\InitApp', 'Bitrix\Landing\Update\Landing\SearchContent', 'Bitrix\Landing\Update\Landing\FolderNew', 'Bitrix\Landing\Update\Domain\Check', 'Bitrix\Landing\Update\Assets\WebpackClear', 'Bitrix\Landing\Update\Assets\FontFix', 'Bitrix\Landing\Update\Assets\FixFontWeight', 'Bitrix\Landing\Update\Block\DomainUa', 'Bitrix\Landing\Update\Site\Publish', 'Bitrix\Landing\Update\Site\RegionBy', ); } /** * Show some stepper if needed. * @deprecated since 21.800.0 * @return void */ public static function show(): void { } }