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

Interfaces

  • AssetCollectionInterface
  • AssetInterface
  • ContentViewInterface
  • HttpContextInterface
  • HttpContextReaderInterface
  • HttpControllerResponseInterface
  • HttpDispatcherInterface
  • HttpResponseProcessorInterface
  • HttpServiceFactoryInterface
  • HttpServiceInterface
  • HttpViewControllerFactoryInterface
  • HttpViewControllerInterface
  • HttpViewControllerRegistryInterface

Interface HttpContextReaderInterface

Interface HttpContextReaderInterface

Direct known implementers

HttpContextReader

Package: Http\Interfaces
Category: System
Located at SystemServices/Http/Interfaces/HttpContextReaderInterface.inc.php

Methods summary

public string
# getControllerName( HttpContextInterface $httpContext )

Returns the controller name for current http request context.

Returns the controller name for current http request context.

Parameters

$httpContext
Object which holds information about the current http context.

Returns

string
Name of controller for the current http context.
public string
# getActionName( HttpContextInterface $httpContext )

Returns the name of the action method for the current http context.

Returns the name of the action method for the current http context.

Parameters

$httpContext
Object which holds information about the current http context.

Returns

string
Name of action method for the current http context.
public array
# getQueryParameters( HttpContextInterface $httpContext )

Returns an array which represents the global $_GET variable of the current http context.

Returns an array which represents the global $_GET variable of the current http context.

Parameters

$httpContext
Object which holds information about the current http context.

Returns

array
Array which hold information equal to the global $_GET variable in an object oriented layer.
public array
# getPostData( HttpContextInterface $httpContext )

Returns an array which represents the global $_POST variable of the current http context.

Returns an array which represents the global $_POST variable of the current http context.

Parameters

$httpContext
Object which holds information about the current http context.

Returns

array
Array which hold information equal to the global $_POST variable in an object oriented layer.
API documentation generated by ApiGen