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

Constants

RELEASE_TYPE_REGULAR

protected mixed RELEASE_TYPE_REGULAR = 'regular'

RELEASE_TYPE_SECURITY

protected mixed RELEASE_TYPE_SECURITY = 'security'

Properties

$checksum read-only

protected string $checksum

$date read-only

protected DateTimeInterface $date

$isElts read-only

protected bool $isElts = false

$version read-only

protected string $version

Methods

__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>
Return values
self

getChecksum()

public getChecksum() : string
Return values
string

getDate()

public getDate() : DateTimeInterface
Return values
DateTimeInterface

getVersion()

public getVersion() : string
Return values
string

isElts()

public isElts() : bool
Return values
bool

isSecurityUpdate()

public isSecurityUpdate() : bool
Return values
bool

        
On this page

Search results