Registry
    
            
            in package
            
        
    
    
            
            Uses
                            RegistryTrait                    
    
        
        
    Tags
Table of Contents
| APPLICATION | These constants sets the ones that can be used as keys on this Registry | = 'application' | 
|---|---|---|
| AREA_MODEL | = 'areaService' | |
| AUTH_MODEL | = 'authService' | |
| BANNER_MODEL | = 'bannerService' | |
| BASKET_MODEL | = 'basketService' | |
| BATCH_MODEL | = 'batchService' | |
| BLOG_MODEL | = 'blogService' | |
| BRAND_MODEL | = 'brandService' | |
| CATEGORY_MODEL | = 'categoryService' | |
| CONNECTION | = 'connection' | |
| CONTACT_MODEL | = 'contactService' | |
| DATA_FEED_MODEL | = 'DataFeedService' | |
| FORM_MODEL | = 'formService' | |
| GEOLOCATION_MODEL | = 'geolocationService' | |
| LEGAL_TEXT_MODEL | = 'legalTextService' | |
| LMS_MODEL | = 'lmsService' | |
| NEWS_MODEL | = 'newsService' | |
| ORDER_MODEL | = 'orderService' | |
| PAGE_MODEL | = 'pageService' | |
| PAGE_TYPE | = 'pageType' | |
| PHYSICAL_LOCATIONS_MODEL | = 'physicalLocationsService' | |
| PLUGIN_MODEL | = 'pluginService' | |
| PRODUCT_MODEL | = 'productService' | |
| PURGE_MODEL | = 'purgeService' | |
| ROUTE_MODEL | = 'routeService' | |
| SESSION_AGGREGATE_DATA_MODEL | = 'sessionAggregateDataService' | |
| SETTINGS_MODEL | = 'settingsService' | |
| SITEMAP_MODEL | = 'sitemapService' | |
| TRACKER_MODEL | = 'trackerService' | |
| USER_MODEL | = 'userService' | |
| exist() | : bool | |
| get() | : mixed | |
| set() | : void | 
Constants
APPLICATION
These constants sets the ones that can be used as keys on this Registry
    public
    mixed
    APPLICATION
    = 'application'
    
        
    
AREA_MODEL
    public
    mixed
    AREA_MODEL
    = 'areaService'
        
        
    
AUTH_MODEL
    public
    mixed
    AUTH_MODEL
    = 'authService'
        
        
    
BANNER_MODEL
    public
    mixed
    BANNER_MODEL
    = 'bannerService'
        
        
    
BASKET_MODEL
    public
    mixed
    BASKET_MODEL
    = 'basketService'
        
        
    
BATCH_MODEL
    public
    mixed
    BATCH_MODEL
    = 'batchService'
        
        
    
BLOG_MODEL
    public
    mixed
    BLOG_MODEL
    = 'blogService'
        
        
    
BRAND_MODEL
    public
    mixed
    BRAND_MODEL
    = 'brandService'
        
        
    
CATEGORY_MODEL
    public
    mixed
    CATEGORY_MODEL
    = 'categoryService'
        
        
    
CONNECTION
    public
    mixed
    CONNECTION
    = 'connection'
        
        
    
CONTACT_MODEL
    public
    mixed
    CONTACT_MODEL
    = 'contactService'
        
        
    
DATA_FEED_MODEL
    public
    mixed
    DATA_FEED_MODEL
    = 'DataFeedService'
        
        
    
FORM_MODEL
    public
    mixed
    FORM_MODEL
    = 'formService'
        
        
    
GEOLOCATION_MODEL
    public
    mixed
    GEOLOCATION_MODEL
    = 'geolocationService'
        
        
    
LEGAL_TEXT_MODEL
    public
    mixed
    LEGAL_TEXT_MODEL
    = 'legalTextService'
        
        
    
LMS_MODEL
    public
    mixed
    LMS_MODEL
    = 'lmsService'
        
        
    
NEWS_MODEL
    public
    mixed
    NEWS_MODEL
    = 'newsService'
        
        
    
ORDER_MODEL
    public
    mixed
    ORDER_MODEL
    = 'orderService'
        
        
    
PAGE_MODEL
    public
    mixed
    PAGE_MODEL
    = 'pageService'
        
        
    
PAGE_TYPE
    public
    mixed
    PAGE_TYPE
    = 'pageType'
        
        
    
PHYSICAL_LOCATIONS_MODEL
    public
    mixed
    PHYSICAL_LOCATIONS_MODEL
    = 'physicalLocationsService'
        
        
    
PLUGIN_MODEL
    public
    mixed
    PLUGIN_MODEL
    = 'pluginService'
        
        
    
PRODUCT_MODEL
    public
    mixed
    PRODUCT_MODEL
    = 'productService'
        
        
    
PURGE_MODEL
    public
    mixed
    PURGE_MODEL
    = 'purgeService'
        
        
    
ROUTE_MODEL
    public
    mixed
    ROUTE_MODEL
    = 'routeService'
        
        
    
SESSION_AGGREGATE_DATA_MODEL
    public
    mixed
    SESSION_AGGREGATE_DATA_MODEL
    = 'sessionAggregateDataService'
        
        
    
SETTINGS_MODEL
    public
    mixed
    SETTINGS_MODEL
    = 'settingsService'
        
        
    
SITEMAP_MODEL
    public
    mixed
    SITEMAP_MODEL
    = 'sitemapService'
        
        
    
TRACKER_MODEL
    public
    mixed
    TRACKER_MODEL
    = 'trackerService'
        
        
    
USER_MODEL
    public
    mixed
    USER_MODEL
    = 'userService'
        
        
    
Methods
exist()
    public
            static    exist(string $key) : bool
    
        Parameters
- $key : string
Return values
bool —get()
    public
            static    get(string $key) : mixed
    
        Parameters
- $key : string
Tags
Return values
mixed —set()
    public
            static    set(string $key, mixed $value) : void
    
        Parameters
- $key : string
- $value : mixed