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

  • VersionInfoItemFactory
  • VersionInfoServiceFactory

Class VersionInfoServiceFactory

Class VersionInfoServiceFactory

Package: VersionInfo\Factories
Category: Core
Located at Services/Core/VersionInfo/Factories/VersionInfoServiceFactory.inc.php

Methods summary

public
# __construct( CI_DB_query_builder $db, ExistingDirectory $versionInfoFilePath )

VersionInfoServiceFactory constructor.

VersionInfoServiceFactory constructor.

Parameters

$db
Database connection.
$versionInfoFilePath
Existing Directory.
public VersionInfoService
# createVersionInfoService( )

Creates a version info read service.

Creates a version info read service.

Returns

VersionInfoService
protected VersionInfoRepository
# _createVersionInfoRepository( )

Returns

VersionInfoRepository
protected VersionInfoFileReader
# _createVersionInfoFileReader( )

Returns

VersionInfoFileReader
protected VersionInfoDatabaseReader
# _createVersionInfoDatabaseReader( )

Returns

VersionInfoDatabaseReader
protected
# _createVersionInfoItemFactory( )

Properties summary

protected CI_DB_query_builder $db

Database connection.

Database connection.

#
protected ExistingDirectory $versionInfoFilePath

Absolute file path for the version info receipts.

Absolute file path for the version info receipts.

#
protected VersionInfoItemFactory $versionInfoItemFactory
#
API documentation generated by ApiGen