Class AbstractVersionInfoItem
category |
System |
---|---|
package |
VersionInfo |
subpackage |
ValueObjects |
__construct(\NonEmptyStringType $name, \NonEmptyStringType $version, \NonEmptyStringType $vendor, \NonEmptyStringType $changelogVersionURL, \DateTime $installationDate, \BoolType $installedStatus)
\NonEmptyStringType
\NonEmptyStringType
\NonEmptyStringType
\NonEmptyStringType
\DateTime
\BoolType
getChangelogVersionURL() : string
string
getInstallationDate() : \DateTime
\DateTime
getInstalledStatus() : string
string
getName() : string
string
getVendor() : string
string
getVersion() : string
string
isCurrentInstallationVersion() : boolean
boolean
isFailedInstallationVersion() : boolean
boolean
isForcedInstallationVersion() : boolean
boolean
isInstalledTargetVersion() : boolean
boolean
isOriginInstallationVersion() : boolean
boolean
setCurrentInstallationVersion(boolean $isCurrentInstallationVersion) : \VersionInfoItemInterface
setFailedInstallationVersion(boolean $isFailedInstallationVersion) : \VersionInfoItemInterface
setForcedInstallationVersion(boolean $isForcedInstallationVersion) : \VersionInfoItemInterface
setIsInstalledTargetVersion(boolean $isInstalledTargetVersion) : \VersionInfoItemInterface
setOriginInstallationVersion( $isOriginInstallationVersion) : \VersionInfoItemInterface