phpDocumentor

VersionInfoItemInterface

Class VersionInfoItemInterface

Tags
category

System

subpackage

ValueObjects

Table of Contents

getChangelogVersionURL()  : string
Returns the changelog url of version info item.
getInstallationDate()  : DateTime
Returns the installation date of version history item.
getInstalledStatus()  : string
Returns the status of the Installation.
getName()  : string
Returns the name of version history item.
getVendor()  : string
Returns the vendor of version info item.
getVersion()  : string
Returns the version of version history item.
isCurrentInstallationVersion()  : bool
Returns true if installation version is the oldest one.
isFailedInstallationVersion()  : bool
Returns true if installation version is a failed installation.
isForcedInstallationVersion()  : bool
Returns true if installation version is a forced installation.
isInstalledTargetVersion()  : bool
Returns true if this version info item is an installed target version.
isOriginInstallationVersion()  : bool
Returns true if installation version is the oldest one.
setCurrentInstallationVersion()  : VersionInfoItemInterface
Mark this version info item as current installation version and returns VersionInfoItemInterface.
setFailedInstallationVersion()  : bool
Mark this version info item as failed installation version and returns VersionInfoItemInterface.
setForcedInstallationVersion()  : bool
Mark this version info item as forced installation version and returns VersionInfoItemInterface.
setIsInstalledTargetVersion()  : VersionInfoItemInterface
Mark this version info item as installed target version and returns VersionInfoItemInterface .
setOriginInstallationVersion()  : VersionInfoItemInterface
Mark this version info item as origin installation version and returns VersionInfoItemInterface.

Methods

getChangelogVersionURL()

Returns the changelog url of version info item.

public getChangelogVersionURL() : string
Return values
string

getInstallationDate()

Returns the installation date of version history item.

public getInstallationDate() : DateTime
Return values
DateTime

getInstalledStatus()

Returns the status of the Installation.

public getInstalledStatus() : string
Return values
string

isCurrentInstallationVersion()

Returns true if installation version is the oldest one.

public isCurrentInstallationVersion() : bool
Return values
bool

isFailedInstallationVersion()

Returns true if installation version is a failed installation.

public isFailedInstallationVersion() : bool
Return values
bool

isForcedInstallationVersion()

Returns true if installation version is a forced installation.

public isForcedInstallationVersion() : bool
Return values
bool

isInstalledTargetVersion()

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

public isInstalledTargetVersion() : bool
Return values
bool

isOriginInstallationVersion()

Returns true if installation version is the oldest one.

public isOriginInstallationVersion() : bool
Return values
bool

setFailedInstallationVersion()

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

public setFailedInstallationVersion( $isFailedInstallationVersion) : bool
Parameters
$isFailedInstallationVersion :
Return values
bool

setForcedInstallationVersion()

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

public setForcedInstallationVersion( $isForcedInstallationVersion) : bool
Parameters
$isForcedInstallationVersion :
Return values
bool

Search results