Interface HttpContextReaderInterface
| category |
System |
|---|---|
| package |
Http |
| subpackage |
Interfaces |
getActionName(\HttpContextInterface $httpContext) : string
stringName of action method for the current http context.
getControllerName(\HttpContextInterface $httpContext) : string
stringName of controller for the current http context.
getPostData(\HttpContextInterface $httpContext) : array
arrayArray which hold information equal to the global $_POST variable in an object oriented layer.
getQueryParameters(\HttpContextInterface $httpContext) : array
arrayArray which hold information equal to the global $_GET variable in an object oriented layer.
getServerData(\HttpContextInterface $httpContext) : array
arrayArray which hold information equal to the global $_SERVER variable in an object oriented layer.