CoreRelease
Table of Contents
Constants
-
RELEASE_TYPE_REGULAR
= 'regular'
-
RELEASE_TYPE_SECURITY
= 'security'
Properties
-
$checksum
: string
-
$date
: DateTimeInterface
-
$isElts
: bool
-
$type
: string
-
$version
: string
Methods
-
__construct()
: mixed
-
fromApiResponse()
: self
-
getChecksum()
: string
-
getDate()
: DateTimeInterface
-
getVersion()
: string
-
isElts()
: bool
-
isSecurityUpdate()
: bool
RELEASE_TYPE_REGULAR
protected
mixed
RELEASE_TYPE_REGULAR
= 'regular'
RELEASE_TYPE_SECURITY
protected
mixed
RELEASE_TYPE_SECURITY
= 'security'
$checksum
read-only
protected
string
$checksum
$date
read-only
protected
DateTimeInterface
$date
$isElts
read-only
protected
bool
$isElts
= false
$type
read-only
protected
string
$type
$version
read-only
protected
string
$version
__construct()
public
__construct(string $version, DateTimeInterface $date, string $type, string $checksum[, bool $isElts = false ]) : mixed
Parameters
-
$version
: string
-
-
$date
: DateTimeInterface
-
-
$type
: string
-
-
$checksum
: string
-
-
$isElts
: bool
= false
-
fromApiResponse()
public
static fromApiResponse(array<string|int, mixed> $response) : self
Parameters
-
$response
: array<string|int, mixed>
-
getChecksum()
public
getChecksum() : string
getDate()
public
getDate() : DateTimeInterface
Return values
DateTimeInterface
getVersion()
public
getVersion() : string
isElts()
public
isElts() : bool
isSecurityUpdate()
public
isSecurityUpdate() : bool