Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • 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
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

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

Class EnvironmentHttpViewControllerRegistryFactory

Class EnvironmentHttpViewControllerRegistryFactory

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

Methods summary

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.
API documentation generated by ApiGen