Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

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
# getService( string $serviceName )

Get the requested server object.

Get the requested server object.

Parameters

$serviceName

Returns

AddressBookServiceInterface|CountryServiceInterface|CustomerServiceInterface

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 (AT)
use GXDatabaseAccessorInterface

Implementation of

GXCoreLoaderInterface::getDatabaseQueryBuilder()
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
public AddonValueServiceFactory
# _getAddonValueServiceFactory( )

Get an addon value service factory.

Get an addon value service factory.

Returns

AddonValueServiceFactory

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 AbstractOrderServiceFactory $orderServiceFactory

Factory for OrderService Objects

Factory for OrderService Objects

#
API documentation generated by ApiGen