Documentation

ModuleInstalledInfo
in package

Краткая информация о установленном модуле

Данные из базы данных

Table of Contents

$enabled  : bool
$installed  : bool
$name  : string
$version  : string
__construct()  : mixed
ModuleInstalledInfo constructor.
getName()  : string
Имя
getVersion()  : string
Версия
isEnabled()  : bool
Включен
isInstalled()  : bool
Установлен

Properties

Methods

__construct()

ModuleInstalledInfo constructor.

public __construct(string $name, ActiveRow|null $row) : mixed
Parameters
$name : string
$row : ActiveRow|null
Return values
mixed

isInstalled()

Установлен

public isInstalled() : bool
Return values
bool

Search results