ExtensionUpdateInfo
in package
Thin wrapper around extension update info.
Used by VersionFetcher to push around update info.
Tags
Table of Contents
Properties
- $extensionType : mixed
- $isSecurityUpdate : bool
- $versions : array<string|int, mixed>
Methods
- __construct() : mixed
- versionIsSecurityUpdate() : mixed
Properties
$extensionType
protected
mixed
$extensionType
$isSecurityUpdate
protected
bool
$isSecurityUpdate
$versions
protected
array<string|int, mixed>
$versions
Methods
__construct()
public
__construct(string $type, mixed $versions[, bool $security = false ]) : mixed
Parameters
- $type : string
- $versions : mixed
- $security : bool = false
versionIsSecurityUpdate()
public
versionIsSecurityUpdate() : mixed