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
$enabled
private
bool
$enabled
$installed
private
bool
$installed
$name
private
string
$name
$version
private
string
$version
Methods
__construct()
ModuleInstalledInfo constructor.
public
__construct(string $name, ActiveRow|null $row) : mixed
Parameters
- $name : string
- $row : ActiveRow|null
Return values
mixed —getName()
Имя
public
getName() : string
Return values
string —getVersion()
Версия
public
getVersion() : string
Return values
string —isEnabled()
Включен
public
isEnabled() : bool
Return values
bool —isInstalled()
Установлен
public
isInstalled() : bool