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
    • Helpers
    • Invoices
    • Orders
    • Serializers
    • Templates
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • 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()
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

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.

#
API documentation generated by ApiGen