Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс InstallStatus

Открытые статические члены

static inProgress ()
 
static start ()
 
static finish ()
 

Подробное описание

Installer status

Used to monitor the current state of the installer.

См. определение в файле InstallStatus.php строка 12

Методы

◆ finish()

static finish ( )
static

Mark installation as finished.

Возвращает
void

См. определение в файле InstallStatus.php строка 46

◆ inProgress()

static inProgress ( )
static

The installer is still working.

Возвращает
bool

См. определение в файле InstallStatus.php строка 21

◆ start()

static start ( )
static

Mark installation as started.

Возвращает
void

См. определение в файле InstallStatus.php строка 31