phpDocumentor

VersionInfoDatabaseItem extends AbstractVersionInfoItem

Class VersionInfoDatabaseItem

Tags
category

System

subpackage

ValueObjects

Table of Contents

$changelogVersionURL  : string
$installationDate  : DateTime
Installation date of the originally install full shop version.
$installedStatus  : string
$isCurrentInstallationVersion  : bool
$isFailedInstallationVersion  : bool
$isForcedInstallationVersion  : bool
$isInstalledTargetVersion  : bool
$isOriginInstallationVersion  : bool
$name  : string
$vendor  : string
$version  : string
__construct()  : mixed
AbstractVersionInfoItem constructor.
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 target version is the oldest one.
isFailedInstallationVersion()  : bool
Mark this version info item as failed installation version and returns VersionInfoItemInterface.
isForcedInstallationVersion()  : bool
Mark this version info item as forced installation version and returns VersionInfoItemInterface.
isInstalledTargetVersion()  : bool
Returns true if this version info item is an installed target version.
isOriginInstallationVersion()  : bool
Returns true if target version is the oldest one.
setCurrentInstallationVersion()  : VersionInfoItemInterface
Mark this version info item as Current target version and returns VersionInfoItemInterface.
setFailedInstallationVersion()  : VersionInfoItemInterface
Returns true if installation version is a failed installation.
setForcedInstallationVersion()  : VersionInfoItemInterface
Returns true if installation version is a forced installation.
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.

Properties

$installationDate

Installation date of the originally install full shop version.

protected DateTime $installationDate

Methods

__construct()

AbstractVersionInfoItem constructor.

public __construct(NonEmptyStringType $name, NonEmptyStringType $version, NonEmptyStringType $vendor, NonEmptyStringType $changelogVersionURL, DateTime $installationDate, BoolType $installedStatus) : mixed
Parameters
$name : NonEmptyStringType
$version : NonEmptyStringType
$vendor : NonEmptyStringType
$changelogVersionURL : NonEmptyStringType
$installationDate : DateTime
$installedStatus : BoolType
Return values
mixed

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 target version is the oldest one.

public isCurrentInstallationVersion() : bool
Return values
bool

isFailedInstallationVersion()

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

public isFailedInstallationVersion() : bool
Return values
bool

isForcedInstallationVersion()

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

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 target version is the oldest one.

public isOriginInstallationVersion() : bool
Return values
bool

Search results