Bitrix API

Installer

Class Installer

Table of Contents

Methods

checkVersion()  : bool
Check version.
getErrors()  : array<string|int, mixed>
Get errors.
getInstallable()  : array<string|int, iInstallable>
Return true if it has errors.
hasErrors()  : bool
Return true if it has errors.
install()  : bool
Install.
installNewest()  : bool
Install newest.
uninstall()  : mixed
Uninstall.
updateInstalledVersion()  : mixed
Update installed version.

Methods

checkVersion()

Check version.

public static checkVersion() : bool
Return values
bool

getErrors()

Get errors.

public getErrors() : array<string|int, mixed>
Return values
array<string|int, mixed>

hasErrors()

Return true if it has errors.

public hasErrors() : bool
Return values
bool

install()

Install.

public install() : bool
Return values
bool

installNewest()

Install newest.

public static installNewest() : bool
Return values
bool

updateInstalledVersion()

Update installed version.

public static updateInstalledVersion([int|null $version = null ]) : mixed
Parameters
$version : int|null = null

Version


        
On this page

Search results