category
|
System
|
package
|
VersionInfo
|
subpackage
|
ValueObjects
|
Methods
AbstractVersionInfoItem constructor.
__construct(\NonEmptyStringType $name, \NonEmptyStringType $version, \NonEmptyStringType $vendor, \NonEmptyStringType $changelogVersionURL, \DateTime $installationDate, \BoolType $installedStatus)
inherited
Arguments
$installationDate
\DateTime
Returns the changelog url of version info item.
getChangelogVersionURL() : string
inherited
Returns the installation date of version history item.
getInstallationDate() : \DateTime
inherited
Returns the status of the Installation.
getInstalledStatus() : string
inherited
Returns the name of version history item.
getName() : string
inherited
Returns the vendor of version info item.
getVendor() : string
inherited
Returns the version of version history item.
getVersion() : string
inherited
Returns true if target version is the oldest one.
isCurrentInstallationVersion() : boolean
inherited
Mark this version info item as failed installation version and returns VersionInfoItemInterface.
isFailedInstallationVersion() : boolean
inherited
Mark this version info item as forced installation version and returns VersionInfoItemInterface.
isForcedInstallationVersion() : boolean
inherited
Returns true if this version info item is an installed target version.
isInstalledTargetVersion() : boolean
inherited
Returns true if target version is the oldest one.
isOriginInstallationVersion() : boolean
inherited
Mark this version info item as Current target version and returns VersionInfoItemInterface.
setCurrentInstallationVersion(boolean $isCurrentInstallationVersion) : \VersionInfoItemInterface
inherited
Returns true if installation version is a failed installation.
setFailedInstallationVersion(boolean $isFailedInstallationVersion) : \VersionInfoItemInterface
inherited
Returns true if installation version is a forced installation.
setForcedInstallationVersion(boolean $isForcedInstallationVersion) : \VersionInfoItemInterface
inherited
Mark this version info item as installed target version and returns VersionInfoItemInterface.
setIsInstalledTargetVersion(boolean $isInstalledTargetVersion) : \VersionInfoItemInterface
inherited
Mark this version info item as origin installation version and returns VersionInfoItemInterface.
setOriginInstallationVersion( $isOriginInstallationVersion) : \VersionInfoItemInterface
inherited
Properties
name
name : string
inherited
version
version : string
inherited
vendor
vendor : string
inherited
changelogVersionURL
changelogVersionURL : string
inherited
Installation date of the originally install full shop version.
installationDate : \DateTime
inherited
installedStatus
installedStatus : string
inherited
isInstalledTargetVersion
isInstalledTargetVersion : boolean
inherited
isOriginInstallationVersion
isOriginInstallationVersion : boolean
inherited
isCurrentInstallationVersion
isCurrentInstallationVersion : boolean
inherited
isForcedInstallationVersion
isForcedInstallationVersion : boolean
inherited
isFailedInstallationVersion
isFailedInstallationVersion : boolean
inherited