Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Geschaeftskundenversand
    • Helpers
    • Invoices
    • Orders
    • ParcelShopFinder
    • QuickEdit
    • Serializers
    • Templates
  • Geschaeftskundenversand
    • Exceptions
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • OrderStatus
    • Collections
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Repositories
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • QuickEdit
    • Interfaces
    • Repositories
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository
  • VersionInfo
    • Factories
    • Reader
    • ValueObjects

Classes

  • AbstractVersionInfoItem
  • VersionInfoDatabaseItem
  • VersionInfoFileItem

Interfaces

  • VersionInfoItemInterface

Class AbstractVersionInfoItem

Class AbstractVersionInfoItem

AbstractVersionInfoItem implements VersionInfoItemInterface

Direct known subclasses

VersionInfoDatabaseItem, VersionInfoFileItem

Abstract
Package: VersionInfo\ValueObjects
Category: System
Located at Services/Core/VersionInfo/ValueObjects/AbstractVersionInfoItem.inc.php

Methods summary

public
# __construct( NonEmptyStringType $name, NonEmptyStringType $version, NonEmptyStringType $vendor, NonEmptyStringType $changelogVersionURL, DateTime $installationDate, BoolType $installedStatus )

AbstractVersionInfoItem constructor.

AbstractVersionInfoItem constructor.

Parameters

$name
$version
$vendor
$changelogVersionURL
$installationDate
$installedStatus
public string
# getName( )

Returns the name of version history item.

Returns the name of version history item.

Returns

string

Implementation of

VersionInfoItemInterface::getName()
public string
# getVersion( )

Returns the version of version history item.

Returns the version of version history item.

Returns

string

Implementation of

VersionInfoItemInterface::getVersion()
public DateTime
# getInstallationDate( )

Returns the installation date of version history item.

Returns the installation date of version history item.

Returns

DateTime

Implementation of

VersionInfoItemInterface::getInstallationDate()
public string
# getInstalledStatus( )

Returns the status of the Installation.

Returns the status of the Installation.

Returns

string

Implementation of

VersionInfoItemInterface::getInstalledStatus()
public VersionInfoItemInterface
# setIsInstalledTargetVersion( boolean $isInstalledTargetVersion )

Mark this version info item as installed target version and returns VersionInfoItemInterface.

Mark this version info item as installed target version and returns VersionInfoItemInterface.

Parameters

$isInstalledTargetVersion

Returns

VersionInfoItemInterface

Implementation of

VersionInfoItemInterface::setIsInstalledTargetVersion()
public boolean
# isInstalledTargetVersion( )

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

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

Returns

boolean

Implementation of

VersionInfoItemInterface::isInstalledTargetVersion()
public string
# getVendor( )

Returns the vendor of version info item.

Returns the vendor of version info item.

Returns

string

Implementation of

VersionInfoItemInterface::getVendor()
public string
# getChangelogVersionURL( )

Returns the changelog url of version info item.

Returns the changelog url of version info item.

Returns

string

Implementation of

VersionInfoItemInterface::getChangelogVersionURL()
public VersionInfoItemInterface
# setOriginInstallationVersion( $isOriginInstallationVersion )

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

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

Parameters

$isOriginInstallationVersion

Returns

VersionInfoItemInterface

Implementation of

VersionInfoItemInterface::setOriginInstallationVersion()
public boolean
# isOriginInstallationVersion( )

Returns true if target version is the oldest one.

Returns true if target version is the oldest one.

Returns

boolean

Implementation of

VersionInfoItemInterface::isOriginInstallationVersion()
public VersionInfoItemInterface
# setCurrentInstallationVersion( boolean $isCurrentInstallationVersion )

Mark this version info item as Current target version and returns VersionInfoItemInterface.

Mark this version info item as Current target version and returns VersionInfoItemInterface.

Parameters

$isCurrentInstallationVersion

Returns

VersionInfoItemInterface

Implementation of

VersionInfoItemInterface::setCurrentInstallationVersion()
public boolean
# isCurrentInstallationVersion( )

Returns true if target version is the oldest one.

Returns true if target version is the oldest one.

Returns

boolean

Implementation of

VersionInfoItemInterface::isCurrentInstallationVersion()
public boolean
# isForcedInstallationVersion( )

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

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

Returns

boolean

Implementation of

VersionInfoItemInterface::isForcedInstallationVersion()
public VersionInfoItemInterface
# setForcedInstallationVersion( boolean $isForcedInstallationVersion )

Returns true if installation version is a forced installation.

Returns true if installation version is a forced installation.

Parameters

$isForcedInstallationVersion

Returns

VersionInfoItemInterface

Implementation of

VersionInfoItemInterface::setForcedInstallationVersion()
public boolean
# isFailedInstallationVersion( )

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

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

Returns

boolean

Implementation of

VersionInfoItemInterface::isFailedInstallationVersion()
public VersionInfoItemInterface
# setFailedInstallationVersion( boolean $isFailedInstallationVersion )

Returns true if installation version is a failed installation.

Returns true if installation version is a failed installation.

Parameters

$isFailedInstallationVersion

Returns

VersionInfoItemInterface

Implementation of

VersionInfoItemInterface::setFailedInstallationVersion()

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.

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
API documentation generated by ApiGen