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 StaticGXCoreLoader

Class StaticGXCoreLoader

This class is for static use only. Usage example: $customerService = StaticGXCoreLoader::getService('Customer');

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

Methods summary

public
# __construct( )

Class Constructor

Class Constructor

Throws

BadFunctionCallException
public static object
# getService( string $serviceName )

Get a service object instance.

Get a service object instance.

Parameters

$serviceName

Returns

object
public static CI_DB_query_builder
# getDatabaseQueryBuilder( )

Method depends on CodeIgniter database library.

Method depends on CodeIgniter database library.

Returns

CI_DB_query_builder
public static CI_DB_utility
# getDatabaseUtilityHelper( )

Method depends on CodeIgniter database library.

Method depends on CodeIgniter database library.

Returns

CI_DB_utility
public static CI_DB_forge
# getDatabaseForgeHelper( )

Method depends on CodeIgniter database library.

Method depends on CodeIgniter database library.

Returns

CI_DB_forge
protected static GXCoreLoaderInterface
# _getGXCoreLoader( )

Get GX Core Loader object instance.

Get GX Core Loader object instance.

Returns

GXCoreLoaderInterface

Properties summary

protected static GXCoreLoaderInterface $gxCoreLoader

GXCoreLoader Instance

GXCoreLoader Instance

# null
API documentation generated by ApiGen