Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminAccess
    • Collections
    • Deleters
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Managers
    • Readers
    • Writers
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • CustomerGroup
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Serializers
    • Services
    • 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
  • Manufacturer
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • 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
  • QuantityUnit
    • Entities
    • Factories
    • Repositories
  • QuickEdit
    • Interfaces
    • Repositories
  • Review
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Smarty
    • plugins
  • StaticSeoUrl
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • StaticSeoUrls
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository
  • VersionInfo
    • Factories
    • Reader
    • ValueObjects
  • VPE
    • Entities
    • Factories
    • Repositories
  • Withdrawal
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects

Classes

  • GXCoreLoader
  • GXCoreLoaderSettings
  • StaticGXCoreLoader

Class GXCoreLoader

Class GXCoreLoader

GXCoreLoader implements GXCoreLoaderInterface
Package: Loaders\GXCoreLoader
Category: System
Located at Loaders/GXCoreLoader/GXCoreLoader.inc.php

Methods summary

public
# __construct( GXCoreLoaderSettingsInterface $gxCoreLoaderSettings )

Class Constructor

Class Constructor

Parameters

$gxCoreLoaderSettings
public AddressBookServiceInterface|CountryServiceInterface|CustomerServiceInterface|VersionInfoService
# getService( string $serviceName )

Get the requested server object.

Get the requested server object.

Parameters

$serviceName

Returns

AddressBookServiceInterface|CountryServiceInterface|CustomerServiceInterface|VersionInfoService

Throws

DomainException

Todo

Delegate to GXServiceFactory

Implementation of

GXCoreLoaderInterface::getService()
public CI_DB_query_builder
# getDatabaseQueryBuilder( )

Method depends on CodeIgniter database library

Method depends on CodeIgniter database library

Returns

CI_DB_query_builder

Todo

Check connection errors
Escape special characters in mysqli connection string.
Use the GXDatabaseAccessorInterface.

Implementation of

GXCoreLoaderInterface::getDatabaseQueryBuilder()
public DebugBar
# getDebugBar( )

Returns the DebugBar instance.

Returns the DebugBar instance.

Method depends on the PHP DebugBar library.

Returns

DebugBar

Implementation of

GXCoreLoaderInterface::getDebugBar()
public array
# getDebugBarAssets( )

Returns array with the and HTML assets.

Returns array with the and HTML assets.

Method depends on the PHP DebugBar library.

Returns

array

Implementation of

GXCoreLoaderInterface::getDebugBarAssets()
public CI_DB_utility
# getDatabaseUtilityHelper( )

Method depends on CodeIgniter database library.

Method depends on CodeIgniter database library.

Returns

CI_DB_utility
public CI_DB_forge
# getDatabaseForgeHelper( )

Method depends on CodeIgniter database library.

Method depends on CodeIgniter database library.

Returns

CI_DB_forge
protected string
# _getDatabaseConnectionString( )

Get connection string for CodeIgniter libraries.

Get connection string for CodeIgniter libraries.

Returns

string
protected CustomerServiceFactory
# _getCustomerServiceFactory( )

Get a customer service factory object.

Get a customer service factory object.

Returns

CustomerServiceFactory
protected EmailFactory
# _getEmailFactory( )

Get an email factory object.

Get an email factory object.

Returns

EmailFactory
protected AbstractOrderServiceFactory
# _getOrderServiceFactory( )

Get an order service factory object.

Get an order service factory object.

Returns

AbstractOrderServiceFactory
protected CategoryServiceFactory
# _getCategoryServiceFactory( )

Get a category service factory.

Get a category service factory.

Returns

CategoryServiceFactory
protected ProductServiceFactory
# _getProductServiceFactory( )

Get a product service factory

Get a product service factory

Returns

ProductServiceFactory
protected AddonValueServiceFactory
# _getAddonValueServiceFactory( )

Get an addon value service factory.

Get an addon value service factory.

Returns

AddonValueServiceFactory
protected InvoiceServiceFactory
# _getInvoiceServiceFactory( )

Returns the invoice service factory to create objects of the invoice service.

Returns the invoice service factory to create objects of the invoice service.

Returns

InvoiceServiceFactory
protected AuthFactory
# _getAuthServiceFactory( )

Get an auth factory object.

Get an auth factory object.

Returns

AuthFactory
protected SliderServiceFactory
# _getSliderServiceFactory( )

Get a slider service factory

Get a slider service factory

Returns

SliderServiceFactory
protected QuickEditServiceFactory
# _getQuickEditServiceFactory( )

Get a QuickEdit service factory

Get a QuickEdit service factory

Returns

QuickEditServiceFactory
protected OrderStatusServiceFactory
# _getOrderStatusServiceFactory( )

Returns a OrderStatus service factory.

Returns a OrderStatus service factory.

Returns

OrderStatusServiceFactory
protected VersionInfoServiceFactory
# _getVersionInfoServiceFactory( )

Get a version info service factory

Get a version info service factory

Returns

VersionInfoServiceFactory
protected StaticSeoUrlServiceFactory
# _getStaticSeoUrlServiceFactory( )

Get a static seo url service factory

Get a static seo url service factory

Returns

StaticSeoUrlServiceFactory
protected VPEServiceFactory
# _getVpeServiceFactory( )

Get a vpe service factory.

Get a vpe service factory.

Returns

VPEServiceFactory
protected QuantityUnitServiceFactory
# _getQuantityUnitServiceFactory( )

Get a quantity unit service factory.

Get a quantity unit service factory.

Returns

QuantityUnitServiceFactory
protected CustomerGroupServiceFactory
# _getCustomerGroupServiceFactory( )

Get a customer group service factory.

Get a customer group service factory.

Returns

CustomerGroupServiceFactory
protected ManufacturerServiceFactory
# _getManufacturerServiceFactory( )

Get a customer group service factory.

Get a customer group service factory.

Returns

ManufacturerServiceFactory
protected ReviewServiceFactory
# _getReviewServiceFactory( )

Get a review service factory.

Get a review service factory.

Returns

ReviewServiceFactory
protected WithdrawalServiceFactory
# _getWithdrawalServiceFactory( )

Get a customer group service factory.

Get a customer group service factory.

Returns

WithdrawalServiceFactory
protected AdminAccessServiceFactory
# _getAdminAccessServiceFactory( )

Get a admin access service factory.

Get a admin access service factory.

Returns

AdminAccessServiceFactory

Properties summary

protected GXCoreLoaderSettingsInterface $gxCoreLoaderSettings

Contains the loader settings.

Contains the loader settings.

#
protected CI_DB_query_builder $ciDatabaseQueryBuilder

Database Layer Object

Database Layer Object

#
protected CI_DB_utility $ciDatabaseUtilityHelper

Database Utility Helper

Database Utility Helper

#
protected CI_DB_forge $ciDatabaseForgeHelper

Database Forge Helper

Database Forge Helper

#
protected AbstractOrderServiceFactory $orderServiceFactory

Factory for OrderService Objects

Factory for OrderService Objects

#
protected CustomerServiceFactory $customerServiceFactory

Factory to create objects of the customer service.

Factory to create objects of the customer service.

#
protected EmailFactory $emailFactory

Factory to create objects of the email service.

Factory to create objects of the email service.

#
protected CategoryServiceFactory $categoryServiceFactory

Factory to create objects of the category service.

Factory to create objects of the category service.

#
protected ProductServiceFactory $productServiceFactory

Factory to create objects of the product service.

Factory to create objects of the product service.

#
protected AddonValueServiceFactory $addonValueServiceFactory

Factory to create objects of the addon value service.

Factory to create objects of the addon value service.

#
protected InvoiceServiceFactory $invoiceServiceFactory

Factory to create objects of the invoice service.

Factory to create objects of the invoice service.

#
protected SliderServiceFactory $sliderServiceFactory

Factory to create objects of the slider service.

Factory to create objects of the slider service.

#
protected QuickEditServiceFactory $quickEditServiceFactory

Factory to create objects of the QuickEdit service.

Factory to create objects of the QuickEdit service.

#
protected OrderStatusServiceFactory $orderStatusServiceFactory

Factory to create objects if the OrderStatus service.

Factory to create objects if the OrderStatus service.

#
protected VersionInfoServiceFactory $versionInfoServiceFactory

Factory to create objects of the version info service.

Factory to create objects of the version info service.

#
protected StaticSeoUrlServiceFactory $staticSeoUrlServiceFactory

Factory to create objects of the static seo url service.

Factory to create objects of the static seo url service.

#
protected VPEServiceFactory $vpeServiceFactory

Factory to create objects of the vpe service.

Factory to create objects of the vpe service.

#
protected QuantityUnitServiceFactory $quantityUnitServiceFactory

Factory to create objects of the quantity unit service.

Factory to create objects of the quantity unit service.

#
protected CustomerGroupServiceFactory $customerGroupServiceFactory

Factory to create objects of the customer group service.

Factory to create objects of the customer group service.

#
protected ManufacturerServiceFactory $manufacturerServiceFactory

Factory to create objects of the customer group service.

Factory to create objects of the customer group service.

#
protected ReviewServiceFactory $reviewServiceFactory

Factory to create objects of the withdrawal service.

Factory to create objects of the withdrawal service.

#
protected WithdrawalServiceFactory $withdrawalServiceFactory

Factory to create objects of the withdrawal service.

Factory to create objects of the withdrawal service.

#
protected AdminAccessServiceFactory $adminAccessServiceFactory

Factory to create objects of the admin access service.

Factory to create objects of the admin access service.

#
protected DebugBar $debugBar

The standard DebugBar instance to hold.

The standard DebugBar instance to hold.

#
protected array $debugBarAssets

The DebugBar assets.

The DebugBar assets.

#
API documentation generated by ApiGen