Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • 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
    • Orders
    • Serializers
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Interfaces
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • 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
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • AbstractHttpContextFactory
  • AbstractHttpViewControllerRegistryFactory
  • EnvironmentHttpContextFactory
  • EnvironmentHttpViewControllerRegistryFactory
  • HttpServiceFactory
  • HttpViewControllerFactory

Class EnvironmentHttpViewControllerRegistryFactory

Class EnvironmentHttpViewControllerRegistryFactory

AbstractHttpViewControllerRegistryFactory
Extended by EnvironmentHttpViewControllerRegistryFactory
Package: Http\Factories
Category: System
Extends: AbstractHttpViewControllerRegistryFactory
Located at Services/System/Http/Factories/EnvironmentHttpViewControllerRegistryFactory.inc.php

Methods summary

public
# __construct( ClassFinderInterface $classFinder )

Initializes the HttpViewControllerRegistryFactory

Initializes the HttpViewControllerRegistryFactory

Parameters

$classFinder
public HttpViewControllerRegistryInterface
# create( )

Creates and returns a new http view controller registry.

Creates and returns a new http view controller registry.

Returns

HttpViewControllerRegistryInterface
protected
# _addAvailableControllers( HttpViewControllerRegistryInterface $registry )

Adds new available controller to the registry.

Adds new available controller to the registry.

Parameters

$registry
Registry object which adds the new controller entries.
protected
# _getShortenNameOrUseOriginal( $originalClassName )

Properties summary

protected ClassFinderInterface $classFinder
#
API documentation generated by ApiGen