VersionInfoItemInterface

Extends

Class VersionInfoItemInterface

category

System

package

VersionInfo

subpackage

ValueObjects

Methods

Returns the changelog url of version info item.

getChangelogVersionURL() : string

Response

string

Returns the installation date of version history item.

getInstallationDate() : \DateTime

Response

\DateTime

Returns the status of the Installation.

getInstalledStatus() : string

Response

string

Returns the name of version history item.

getName() : string

Response

string

Returns the vendor of version info item.

getVendor() : string

Response

string

Returns the version of version history item.

getVersion() : string

Response

string

Returns true if installation version is the oldest one.

isCurrentInstallationVersion() : boolean

Response

boolean

Returns true if installation version is a failed installation.

isFailedInstallationVersion() : boolean

Response

boolean

Returns true if installation version is a forced installation.

isForcedInstallationVersion() : boolean

Response

boolean

Returns true if this version info item is an installed target version.

isInstalledTargetVersion() : boolean

Response

boolean

Returns true if installation version is the oldest one.

isOriginInstallationVersion() : boolean

Response

boolean

Mark this version info item as current installation version and returns VersionInfoItemInterface.

setCurrentInstallationVersion(boolean $isCurrentInstallationVersion) : \VersionInfoItemInterface

Arguments

$isCurrentInstallationVersion

boolean

Response

\VersionInfoItemInterface

Mark this version info item as failed installation version and returns VersionInfoItemInterface.

setFailedInstallationVersion( $isFailedInstallationVersion) : boolean

Arguments

$isFailedInstallationVersion

Response

boolean

Mark this version info item as forced installation version and returns VersionInfoItemInterface.

setForcedInstallationVersion( $isForcedInstallationVersion) : boolean

Arguments

$isForcedInstallationVersion

Response

boolean

Mark this version info item as installed target version and returns VersionInfoItemInterface .

setIsInstalledTargetVersion(boolean $isInstalledTargetVersion) : \VersionInfoItemInterface

Arguments

$isInstalledTargetVersion

boolean

Response

\VersionInfoItemInterface

Mark this version info item as origin installation version and returns VersionInfoItemInterface.

setOriginInstallationVersion( $isOriginInstallationVersion) : \VersionInfoItemInterface

Arguments

$isOriginInstallationVersion

Response

\VersionInfoItemInterface