Classes, interfaces and traits

CrossCuttingLoader

Class CrossCuttingLoader

CrossCuttingLoader enables loading of mockable objects for cross cutting concerns, that were not injected to the current object. Important: RegisteredObjectsOnly flag must be enabled for unit testing.
« More »

StaticCrossCuttingLoader

Class StaticCrossCuttingLoader

This class wraps the CrossCuttingLoader for static use. CrossCuttingLoader enables loading of mockable objects for cross cutting concerns, that were not injected to the current object.
« More »

Classes, interfaces and traits

CrossCuttingLoaderInterface

Interface CrossCuttingLoaderInterface

« More »

CrossCuttingObjectInterface

Interface CrossCuttingObjectInterface

« More »

GXCoreLoaderInterface

Interface GXCoreLoaderInterface

« More »

GXCoreLoaderSettingsInterface

Interface GXCoreLoaderSettingsInterface

« More »

Classes, interfaces and traits

GXCoreLoader

Class GXCoreLoader

« More »

GXCoreLoaderSettings

Class GXCoreLoaderSettings

Wraps needed settings from the environment.
« More »

StaticGXCoreLoader

Class StaticGXCoreLoader

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