GXCoreLoader
in package
implements
GXCoreLoaderInterface
Class GXCoreLoader
Tags
Interfaces, Classes and Traits
- GXCoreLoaderInterface
- Interface GXCoreLoaderInterface
Table of Contents
- $addonValueServiceFactory : AddonValueServiceFactory
- Factory to create objects of the addon value service.
- $adminAccessServiceFactory : AdminAccessServiceFactory
- Factory to create objects of the admin access service.
- $agreementServiceFactory : AgreementServiceFactory
- Factory to create objects of the agreement service.
- $categoryServiceFactory : CategoryServiceFactory
- Factory to create objects of the category service.
- $ciDatabaseForgeHelper : CI_DB_forge
- Database Forge Helper
- $ciDatabaseQueryBuilder : CI_DB_query_builder
- Database Layer Object
- $ciDatabaseUtilityHelper : CI_DB_utility
- Database Utility Helper
- $contentServiceFactory : ContentServiceFactory
- Factory to create objects of the content service.
- $customerGroupServiceFactory : CustomerGroupServiceFactory
- Factory to create objects of the customer group service.
- $customerServiceFactory : CustomerServiceFactory
- Factory to create objects of the customer service.
- $debugBar : DebugBar
- The standard DebugBar instance to hold.
- $debugBarAssets : array<string|int, mixed>
- The DebugBar assets.
- $emailFactory : EmailFactory
- Factory to create objects of the email service.
- $featuredProductServiceFactory : FeaturedProductServiceFactory
- $gmConfigurationServiceFactory : GmConfigurationServiceFactory
- $gxCoreLoaderSettings : GXCoreLoaderSettingsInterface
- Contains the loader settings.
- $invoiceServiceFactory : InvoiceServiceFactory
- Factory to create objects of the invoice service.
- $manufacturerServiceFactory : ManufacturerServiceFactory
- Factory to create objects of the customer group service.
- $newsletterSubscriptionServiceFactory : NewsletterSubscriptionServiceFactory
- Factory to create objects of the newsletter subscription service.
- $orderServiceFactory : AbstractOrderServiceFactory
- Factory for OrderService Objects
- $orderStatusServiceFactory : OrderStatusServiceFactory
- Factory to create objects if the OrderStatus service.
- $packingSlipServiceFactory : PackingSlipServiceFactory
- Factory to create objects of the packing slip service.
- $personalDataServiceFactory : PersonalDataServiceFactory
- Factory to create objects of the personal data service.
- $productImageInUseServiceFactory : ProductImageInUseServiceFactory
- $productImageListCreateServiceFactory : ProductImageListCreateServiceFactory
- $productImageListDeleteServiceFactory : ProductImageListDeleteServiceFactoryInterface
- $productImageListReadServiceFactory : ProductImageListReadServiceFactory
- $productImageListUpdateServiceFactory : ProductImageListUpdateServiceFactoryInterface
- $productImageReadService : ProductImageReadServiceInterface
- $productServiceFactory : ProductServiceFactory
- Factory to create objects of the product service.
- $publishedThemeValidationServiceFactory : PublishedThemeValidationServiceFactoryInterface
- $purposeReaderServiceFactory : PurposeReaderServiceFactory
- $quantityUnitServiceFactory : QuantityUnitServiceFactory
- Factory to create objects of the quantity unit service.
- $quickEditServiceFactory : QuickEditServiceFactory
- Factory to create objects of the QuickEdit service.
- $reviewServiceFactory : ReviewServiceFactory
- Factory to create objects of the withdrawal service.
- $shopPath : string
- $shoppingCartServiceFactory : ShoppingCartServiceFactory
- Factory to create objects of the shopping cart service.
- $sliderServiceFactory : SliderServiceFactory
- Factory to create objects of the slider service.
- $staticSeoUrlServiceFactory : StaticSeoUrlServiceFactory
- Factory to create objects of the static seo url service.
- $themeControl : ThemeControl
- The ThemeControl.
- $themeSettingsServiceFactory : ThemeSettingsServiceFactory
- $versionInfoServiceFactory : VersionInfoServiceFactory
- Factory to create objects of the version info service.
- $viewSettingsServiceFactory : ViewSettingsFactory
- $vpeServiceFactory : VPEServiceFactory
- Factory to create objects of the vpe service.
- $withdrawalServiceFactory : WithdrawalServiceFactory
- Factory to create objects of the withdrawal service.
- $languagesReadServiceFactory : LanguagesReadServiceFactory
- __construct() : mixed
- Class Constructor
- getDatabaseForgeHelper() : CI_DB_forge
- Method depends on CodeIgniter database library.
- getDatabaseQueryBuilder() : CI_DB_query_builder
- Method depends on CodeIgniter database library
- getDatabaseUtilityHelper() : CI_DB_utility
- Method depends on CodeIgniter database library.
- getDebugBar() : DebugBar
- Returns the DebugBar instance.
- getDebugBarAssets() : array<string|int, mixed>
- Returns array with the <head> and <body> HTML assets.
- getService() : mixed
- Get the requested server object.
- getThemeControl() : ThemeControl
- Returns an instance of the ThemeControl.
- getViewSettings() : ViewSettings
- Database settings for theme/template active
- gmConfigurationServiceFactory() : GmConfigurationServiceFactory
- _getAddonValueServiceFactory() : AddonValueServiceFactory
- Get an addon value service factory.
- _getAdminAccessServiceFactory() : AdminAccessServiceFactory
- Get a admin access service factory.
- _getAgreementServiceFactory() : AgreementServiceFactory
- Get an agreement service factory.
- _getAuthServiceFactory() : AuthFactory
- Get an auth factory object.
- _getCategoryServiceFactory() : CategoryServiceFactory
- Get a category service factory.
- _getCustomerGroupServiceFactory() : CustomerGroupServiceFactory
- Get a customer group service factory.
- _getCustomerServiceFactory() : CustomerServiceFactory
- Get a customer service factory object.
- _getDatabaseConnectionString() : string
- Get connection string for CodeIgniter libraries.
- _getEmailFactory() : EmailFactory
- Get an email factory object.
- _getFeaturedProductServiceFactory() : FeaturedProductServiceFactory
- Get a featured product service factory.
- _getInvoiceServiceFactory() : InvoiceServiceFactory
- Returns the invoice service factory to create objects of the invoice service.
- _getManufacturerServiceFactory() : ManufacturerServiceFactory
- Get a customer group service factory.
- _getNewsletterSubscriptionServiceFactory() : NewsletterSubscriptionServiceFactory
- Get a newsletter subscription service factory
- _getOrderServiceFactory() : AbstractOrderServiceFactory
- Get an order service factory object.
- _getOrderStatusServiceFactory() : OrderStatusServiceFactory
- Returns a OrderStatus service factory.
- _getPackingSlipFactory() : PackingSlipServiceFactory
- Get a packing slip service factory.
- _getPersonalDataFactory() : PersonalDataServiceFactory
- Get a personal data service factory.
- _getProductServiceFactory() : ProductServiceFactory
- Get a product service factory
- _getQuantityUnitServiceFactory() : QuantityUnitServiceFactory
- Get a quantity unit service factory.
- _getQuickEditServiceFactory() : QuickEditServiceFactory
- Get a QuickEdit service factory
- _getReviewServiceFactory() : ReviewServiceFactory
- Get a review service factory.
- _getShoppingCartFactory() : ShoppingCartServiceFactory
- Get a shopping cart service factory.
- _getSliderServiceFactory() : SliderServiceFactory
- Get a slider service factory
- _getStaticSeoUrlServiceFactory() : StaticSeoUrlServiceFactory
- Get a static seo url service factory
- _getVersionInfoServiceFactory() : VersionInfoServiceFactory
- Get a version info service factory
- _getVpeServiceFactory() : VPEServiceFactory
- Get a vpe service factory.
- _getWithdrawalServiceFactory() : WithdrawalServiceFactory
- Get a customer group service factory.
- additionalFieldServiceFactory() : AdditionalFieldsServiceFactory
- additionalProductFieldServiceFactory() : AdditionalProductFieldsServiceFactory
- contentServiceFactory() : ContentServiceFactory
- Get the content service factory
- productImageInUseServiceFactory() : ProductImageInUseServiceFactory
- productImageListCreateServiceFactory() : ProductImageListCreateServiceFactoryInterface
- productImageListDeleteServiceFactory() : ProductImageListDeleteServiceFactoryInterface
- productImageListReadServiceFactory() : ProductImageListReadServiceFactoryInterface
- productImageListUpdateServiceFactory() : ProductImageListUpdateServiceFactoryInterface
- productImageReadService() : ProductImageReadServiceInterface
- publishedThemeValidationServiceFactory() : PublishedThemeValidationServiceFactoryInterface
- purposeReaderServiceFactory() : PurposeReaderServiceFactoryInterface
- themeSettingsServiceFactory() : mixed
- viewSettingsServiceFactory() : mixed
- languageReadServiceFactory() : LanguagesReadServiceFactory
Properties
$addonValueServiceFactory
Factory to create objects of the addon value service.
protected
AddonValueServiceFactory
$addonValueServiceFactory
$adminAccessServiceFactory
Factory to create objects of the admin access service.
protected
AdminAccessServiceFactory
$adminAccessServiceFactory
$agreementServiceFactory
Factory to create objects of the agreement service.
protected
AgreementServiceFactory
$agreementServiceFactory
$categoryServiceFactory
Factory to create objects of the category service.
protected
CategoryServiceFactory
$categoryServiceFactory
$ciDatabaseForgeHelper
Database Forge Helper
protected
CI_DB_forge
$ciDatabaseForgeHelper
$ciDatabaseQueryBuilder
Database Layer Object
protected
CI_DB_query_builder
$ciDatabaseQueryBuilder
$ciDatabaseUtilityHelper
Database Utility Helper
protected
CI_DB_utility
$ciDatabaseUtilityHelper
$contentServiceFactory
Factory to create objects of the content service.
protected
ContentServiceFactory
$contentServiceFactory
$customerGroupServiceFactory
Factory to create objects of the customer group service.
protected
CustomerGroupServiceFactory
$customerGroupServiceFactory
$customerServiceFactory
Factory to create objects of the customer service.
protected
CustomerServiceFactory
$customerServiceFactory
$debugBar
The standard DebugBar instance to hold.
protected
DebugBar
$debugBar
$debugBarAssets
The DebugBar assets.
protected
array<string|int, mixed>
$debugBarAssets
$emailFactory
Factory to create objects of the email service.
protected
EmailFactory
$emailFactory
$featuredProductServiceFactory
protected
FeaturedProductServiceFactory
$featuredProductServiceFactory
$gmConfigurationServiceFactory
protected
GmConfigurationServiceFactory
$gmConfigurationServiceFactory
$gxCoreLoaderSettings
Contains the loader settings.
protected
GXCoreLoaderSettingsInterface
$gxCoreLoaderSettings
$invoiceServiceFactory
Factory to create objects of the invoice service.
protected
InvoiceServiceFactory
$invoiceServiceFactory
$manufacturerServiceFactory
Factory to create objects of the customer group service.
protected
ManufacturerServiceFactory
$manufacturerServiceFactory
$newsletterSubscriptionServiceFactory
Factory to create objects of the newsletter subscription service.
protected
NewsletterSubscriptionServiceFactory
$newsletterSubscriptionServiceFactory
$orderServiceFactory
Factory for OrderService Objects
protected
AbstractOrderServiceFactory
$orderServiceFactory
$orderStatusServiceFactory
Factory to create objects if the OrderStatus service.
protected
OrderStatusServiceFactory
$orderStatusServiceFactory
$packingSlipServiceFactory
Factory to create objects of the packing slip service.
protected
PackingSlipServiceFactory
$packingSlipServiceFactory
$personalDataServiceFactory
Factory to create objects of the personal data service.
protected
PersonalDataServiceFactory
$personalDataServiceFactory
$productImageInUseServiceFactory
protected
ProductImageInUseServiceFactory
$productImageInUseServiceFactory
$productImageListCreateServiceFactory
protected
ProductImageListCreateServiceFactory
$productImageListCreateServiceFactory
$productImageListDeleteServiceFactory
protected
ProductImageListDeleteServiceFactoryInterface
$productImageListDeleteServiceFactory
$productImageListReadServiceFactory
protected
ProductImageListReadServiceFactory
$productImageListReadServiceFactory
$productImageListUpdateServiceFactory
protected
ProductImageListUpdateServiceFactoryInterface
$productImageListUpdateServiceFactory
$productImageReadService
protected
ProductImageReadServiceInterface
$productImageReadService
$productServiceFactory
Factory to create objects of the product service.
protected
ProductServiceFactory
$productServiceFactory
$publishedThemeValidationServiceFactory
protected
PublishedThemeValidationServiceFactoryInterface
$publishedThemeValidationServiceFactory
$purposeReaderServiceFactory
protected
PurposeReaderServiceFactory
$purposeReaderServiceFactory
$quantityUnitServiceFactory
Factory to create objects of the quantity unit service.
protected
QuantityUnitServiceFactory
$quantityUnitServiceFactory
$quickEditServiceFactory
Factory to create objects of the QuickEdit service.
protected
QuickEditServiceFactory
$quickEditServiceFactory
$reviewServiceFactory
Factory to create objects of the withdrawal service.
protected
ReviewServiceFactory
$reviewServiceFactory
$shopPath
protected
string
$shopPath
$shoppingCartServiceFactory
Factory to create objects of the shopping cart service.
protected
ShoppingCartServiceFactory
$shoppingCartServiceFactory
$sliderServiceFactory
Factory to create objects of the slider service.
protected
SliderServiceFactory
$sliderServiceFactory
$staticSeoUrlServiceFactory
Factory to create objects of the static seo url service.
protected
StaticSeoUrlServiceFactory
$staticSeoUrlServiceFactory
$themeControl
The ThemeControl.
protected
ThemeControl
$themeControl
$themeSettingsServiceFactory
protected
ThemeSettingsServiceFactory
$themeSettingsServiceFactory
$versionInfoServiceFactory
Factory to create objects of the version info service.
protected
VersionInfoServiceFactory
$versionInfoServiceFactory
$viewSettingsServiceFactory
protected
ViewSettingsFactory
$viewSettingsServiceFactory
$vpeServiceFactory
Factory to create objects of the vpe service.
protected
VPEServiceFactory
$vpeServiceFactory
$withdrawalServiceFactory
Factory to create objects of the withdrawal service.
protected
WithdrawalServiceFactory
$withdrawalServiceFactory
$languagesReadServiceFactory
private
LanguagesReadServiceFactory
$languagesReadServiceFactory
Methods
__construct()
Class Constructor
public
__construct(GXCoreLoaderSettingsInterface $gxCoreLoaderSettings) : mixed
Parameters
- $gxCoreLoaderSettings : GXCoreLoaderSettingsInterface
Return values
mixed —getDatabaseForgeHelper()
Method depends on CodeIgniter database library.
public
getDatabaseForgeHelper() : CI_DB_forge
Return values
CI_DB_forge —getDatabaseQueryBuilder()
Method depends on CodeIgniter database library
public
getDatabaseQueryBuilder() : CI_DB_query_builder
Tags
Return values
CI_DB_query_builder —getDatabaseUtilityHelper()
Method depends on CodeIgniter database library.
public
getDatabaseUtilityHelper() : CI_DB_utility
Return values
CI_DB_utility —getDebugBar()
Returns the DebugBar instance.
public
getDebugBar() : DebugBar
Method depends on the PHP DebugBar library.
Return values
DebugBar —getDebugBarAssets()
Returns array with the <head> and <body> HTML assets.
public
getDebugBarAssets() : array<string|int, mixed>
Method depends on the PHP DebugBar library.
Return values
array<string|int, mixed> —getService()
Get the requested server object.
public
getService(string $serviceName) : mixed
Parameters
- $serviceName : string
Tags
Return values
mixed —getThemeControl()
Returns an instance of the ThemeControl.
public
getThemeControl() : ThemeControl
Return values
ThemeControl —getViewSettings()
Database settings for theme/template active
public
getViewSettings() : ViewSettings
Return values
ViewSettings —gmConfigurationServiceFactory()
public
gmConfigurationServiceFactory() : GmConfigurationServiceFactory
Return values
GmConfigurationServiceFactory —_getAddonValueServiceFactory()
Get an addon value service factory.
protected
_getAddonValueServiceFactory() : AddonValueServiceFactory
Return values
AddonValueServiceFactory —_getAdminAccessServiceFactory()
Get a admin access service factory.
protected
_getAdminAccessServiceFactory() : AdminAccessServiceFactory
Return values
AdminAccessServiceFactory —_getAgreementServiceFactory()
Get an agreement service factory.
protected
_getAgreementServiceFactory() : AgreementServiceFactory
Tags
Return values
AgreementServiceFactory —_getAuthServiceFactory()
Get an auth factory object.
protected
_getAuthServiceFactory() : AuthFactory
Return values
AuthFactory —_getCategoryServiceFactory()
Get a category service factory.
protected
_getCategoryServiceFactory() : CategoryServiceFactory
Return values
CategoryServiceFactory —_getCustomerGroupServiceFactory()
Get a customer group service factory.
protected
_getCustomerGroupServiceFactory() : CustomerGroupServiceFactory
Return values
CustomerGroupServiceFactory —_getCustomerServiceFactory()
Get a customer service factory object.
protected
_getCustomerServiceFactory() : CustomerServiceFactory
Return values
CustomerServiceFactory —_getDatabaseConnectionString()
Get connection string for CodeIgniter libraries.
protected
_getDatabaseConnectionString() : string
Return values
string —_getEmailFactory()
Get an email factory object.
protected
_getEmailFactory() : EmailFactory
Return values
EmailFactory —_getFeaturedProductServiceFactory()
Get a featured product service factory.
protected
_getFeaturedProductServiceFactory() : FeaturedProductServiceFactory
Return values
FeaturedProductServiceFactory —_getInvoiceServiceFactory()
Returns the invoice service factory to create objects of the invoice service.
protected
_getInvoiceServiceFactory() : InvoiceServiceFactory
Return values
InvoiceServiceFactory —_getManufacturerServiceFactory()
Get a customer group service factory.
protected
_getManufacturerServiceFactory() : ManufacturerServiceFactory
Return values
ManufacturerServiceFactory —_getNewsletterSubscriptionServiceFactory()
Get a newsletter subscription service factory
protected
_getNewsletterSubscriptionServiceFactory() : NewsletterSubscriptionServiceFactory
Return values
NewsletterSubscriptionServiceFactory —_getOrderServiceFactory()
Get an order service factory object.
protected
_getOrderServiceFactory() : AbstractOrderServiceFactory
Return values
AbstractOrderServiceFactory —_getOrderStatusServiceFactory()
Returns a OrderStatus service factory.
protected
_getOrderStatusServiceFactory() : OrderStatusServiceFactory
Return values
OrderStatusServiceFactory —_getPackingSlipFactory()
Get a packing slip service factory.
protected
_getPackingSlipFactory() : PackingSlipServiceFactory
Return values
PackingSlipServiceFactory —_getPersonalDataFactory()
Get a personal data service factory.
protected
_getPersonalDataFactory() : PersonalDataServiceFactory
Tags
Return values
PersonalDataServiceFactory —_getProductServiceFactory()
Get a product service factory
protected
_getProductServiceFactory() : ProductServiceFactory
Return values
ProductServiceFactory —_getQuantityUnitServiceFactory()
Get a quantity unit service factory.
protected
_getQuantityUnitServiceFactory() : QuantityUnitServiceFactory
Return values
QuantityUnitServiceFactory —_getQuickEditServiceFactory()
Get a QuickEdit service factory
protected
_getQuickEditServiceFactory() : QuickEditServiceFactory
Return values
QuickEditServiceFactory —_getReviewServiceFactory()
Get a review service factory.
protected
_getReviewServiceFactory() : ReviewServiceFactory
Return values
ReviewServiceFactory —_getShoppingCartFactory()
Get a shopping cart service factory.
protected
_getShoppingCartFactory() : ShoppingCartServiceFactory
Return values
ShoppingCartServiceFactory —_getSliderServiceFactory()
Get a slider service factory
protected
_getSliderServiceFactory() : SliderServiceFactory
Return values
SliderServiceFactory —_getStaticSeoUrlServiceFactory()
Get a static seo url service factory
protected
_getStaticSeoUrlServiceFactory() : StaticSeoUrlServiceFactory
Return values
StaticSeoUrlServiceFactory —_getVersionInfoServiceFactory()
Get a version info service factory
protected
_getVersionInfoServiceFactory() : VersionInfoServiceFactory
Return values
VersionInfoServiceFactory —_getVpeServiceFactory()
Get a vpe service factory.
protected
_getVpeServiceFactory() : VPEServiceFactory
Return values
VPEServiceFactory —_getWithdrawalServiceFactory()
Get a customer group service factory.
protected
_getWithdrawalServiceFactory() : WithdrawalServiceFactory
Return values
WithdrawalServiceFactory —additionalFieldServiceFactory()
protected
additionalFieldServiceFactory() : AdditionalFieldsServiceFactory
Return values
AdditionalFieldsServiceFactory —additionalProductFieldServiceFactory()
protected
additionalProductFieldServiceFactory() : AdditionalProductFieldsServiceFactory
Return values
AdditionalProductFieldsServiceFactory —contentServiceFactory()
Get the content service factory
protected
contentServiceFactory() : ContentServiceFactory
Tags
Return values
ContentServiceFactory —productImageInUseServiceFactory()
protected
productImageInUseServiceFactory() : ProductImageInUseServiceFactory
Return values
ProductImageInUseServiceFactory —productImageListCreateServiceFactory()
protected
productImageListCreateServiceFactory() : ProductImageListCreateServiceFactoryInterface
Return values
ProductImageListCreateServiceFactoryInterface —productImageListDeleteServiceFactory()
protected
productImageListDeleteServiceFactory() : ProductImageListDeleteServiceFactoryInterface
Return values
ProductImageListDeleteServiceFactoryInterface —productImageListReadServiceFactory()
protected
productImageListReadServiceFactory() : ProductImageListReadServiceFactoryInterface
Return values
ProductImageListReadServiceFactoryInterface —productImageListUpdateServiceFactory()
protected
productImageListUpdateServiceFactory() : ProductImageListUpdateServiceFactoryInterface
Return values
ProductImageListUpdateServiceFactoryInterface —productImageReadService()
protected
productImageReadService() : ProductImageReadServiceInterface
Return values
ProductImageReadServiceInterface —publishedThemeValidationServiceFactory()
protected
publishedThemeValidationServiceFactory() : PublishedThemeValidationServiceFactoryInterface
Return values
PublishedThemeValidationServiceFactoryInterface —purposeReaderServiceFactory()
protected
purposeReaderServiceFactory() : PurposeReaderServiceFactoryInterface
Return values
PurposeReaderServiceFactoryInterface —themeSettingsServiceFactory()
protected
themeSettingsServiceFactory() : mixed
Return values
mixed —viewSettingsServiceFactory()
protected
viewSettingsServiceFactory() : mixed
Return values
mixed —languageReadServiceFactory()
private
languageReadServiceFactory() : LanguagesReadServiceFactory