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

  • AbstractVersionInfoReader
  • VersionInfoDatabaseReader
  • VersionInfoFileReader

Class VersionInfoFileReader

Class VersionInfoFileReader

AbstractVersionInfoReader
Extended by VersionInfoFileReader
Package: VersionInfo\Reader
Category: System
Extends: AbstractVersionInfoReader
Located at Services/Core/VersionInfo/Reader/VersionInfoFileReader.inc.php

Methods summary

public
# __construct( ExistingDirectory $existingDirectory, VersionInfoItemFactory $versionInfoItemFactory )

VersionInfoFileReader constructor.

VersionInfoFileReader constructor.

Parameters

$existingDirectory
$versionInfoItemFactory
public VersionInfoFileItem[]
# getAllVersionInfoItems( )

Returns all VersionInfoFileItems from file system.

Returns all VersionInfoFileItems from file system.

Returns

VersionInfoFileItem[]
protected string
# _determineVendor( NonEmptyStringType $versionInfoFilename )

Determines the vendor of the version info items while considering known edge cases.

Determines the vendor of the version info items while considering known edge cases.

Parameters

$versionInfoFilename

Returns

string
$versionInfoItemName
protected string
# _determineName( NonEmptyStringType $versionInfoFilename )

Determines the name of the version info items while considering known edge cases.

Determines the name of the version info items while considering known edge cases.

Parameters

$versionInfoFilename

Returns

string
$versionInfoItemName

Overrides

AbstractVersionInfoReader::_determineName
protected string
# _determineVersion( NonEmptyStringType $versionInfoFilePath )

Determines the version of the version info items while considering known edge cases.

Determines the version of the version info items while considering known edge cases.

Parameters

$versionInfoFilePath

Returns

string
$version

Methods inherited from AbstractVersionInfoReader

_determineChangelogURL()

Properties summary

protected string $versionInfoFilePath
#
protected VersionInfoItemFactory $versionInfoItemFactory
#
API documentation generated by ApiGen