Class AbstractVersionInfoItem
Class AbstractVersionInfoItem
- AbstractVersionInfoItem implements VersionInfoItemInterface
Direct known subclasses
Package: VersionInfo\ValueObjects
Category: System
Located at Services/Core/VersionInfo/ValueObjects/AbstractVersionInfoItem.inc.php
Methods summary
public
|
#
__construct(
AbstractVersionInfoItem constructor. |
public
string
|
|
public
string
|
|
public
DateTime
|
|
public
string
|
|
public
|
#
setIsInstalledTargetVersion( boolean $isInstalledTargetVersion )
Mark this version info item as installed target version and returns VersionInfoItemInterface. |
public
boolean
|
#
isInstalledTargetVersion( )
Returns true if this version info item is an installed target version. |
public
string
|
|
public
string
|
|
public
|
#
setOriginInstallationVersion( $isOriginInstallationVersion )
Mark this version info item as origin installation version and returns VersionInfoItemInterface. |
public
boolean
|
|
public
|
#
setCurrentInstallationVersion( boolean $isCurrentInstallationVersion )
Mark this version info item as Current target version and returns VersionInfoItemInterface. |
public
boolean
|
|
public
boolean
|
#
isForcedInstallationVersion( )
Mark this version info item as forced installation version and returns VersionInfoItemInterface. |
public
|
#
setForcedInstallationVersion( boolean $isForcedInstallationVersion )
Returns true if installation version is a forced installation. |
public
boolean
|
#
isFailedInstallationVersion( )
Mark this version info item as failed installation version and returns VersionInfoItemInterface. |
public
|
#
setFailedInstallationVersion( boolean $isFailedInstallationVersion )
Returns true if installation version is a failed installation. |
Properties summary
protected
string
|
$name
|
|
protected
string
|
$version
|
|
protected
string
|
$vendor
|
|
protected
string
|
$changelogVersionURL
|
|
protected
DateTime
|
$installationDate
Installation date of the originally install full shop version. |
|
protected
string
|
$installedStatus
|
|
protected
boolean
|
$isInstalledTargetVersion
|
#
false
|
protected
boolean
|
$isOriginInstallationVersion
|
#
false
|
protected
boolean
|
$isCurrentInstallationVersion
|
#
false
|
protected
boolean
|
$isForcedInstallationVersion
|
#
false
|
protected
boolean
|
$isFailedInstallationVersion
|
#
false
|