[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ -> RequestDataCollector.php (summary)

(no description)

File Size: 327 lines (10 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

RequestDataCollector:: (26 methods):
  __construct()
  collect()
  getPathInfo()
  getRequestRequest()
  getRequestQuery()
  getRequestHeaders()
  getRequestServer()
  getRequestCookies()
  getRequestAttributes()
  getResponseHeaders()
  getSessionMetadata()
  getSessionAttributes()
  getFlashes()
  getContent()
  getContentType()
  getStatusText()
  getStatusCode()
  getFormat()
  getLocale()
  getRoute()
  getRouteParams()
  getController()
  onKernelController()
  getSubscribedEvents()
  getName()
  getCookieHeader()


Class: RequestDataCollector  - X-Ref

RequestDataCollector.

__construct()   X-Ref
No description

collect(Request $request, Response $response, \Exception $exception = null)   X-Ref
{@inheritdoc}


getPathInfo()   X-Ref
No description

getRequestRequest()   X-Ref
No description

getRequestQuery()   X-Ref
No description

getRequestHeaders()   X-Ref
No description

getRequestServer()   X-Ref
No description

getRequestCookies()   X-Ref
No description

getRequestAttributes()   X-Ref
No description

getResponseHeaders()   X-Ref
No description

getSessionMetadata()   X-Ref
No description

getSessionAttributes()   X-Ref
No description

getFlashes()   X-Ref
No description

getContent()   X-Ref
No description

getContentType()   X-Ref
No description

getStatusText()   X-Ref
No description

getStatusCode()   X-Ref
No description

getFormat()   X-Ref
No description

getLocale()   X-Ref
No description

getRoute()   X-Ref
Gets the route name.

The _route request attributes is automatically set by the Router Matcher.

return: string The route

getRouteParams()   X-Ref
Gets the route parameters.

The _route_params request attributes is automatically set by the RouterListener.

return: array The parameters

getController()   X-Ref
Gets the controller.

return: string The controller as a string

onKernelController(FilterControllerEvent $event)   X-Ref
No description

getSubscribedEvents()   X-Ref
No description

getName()   X-Ref
{@inheritdoc}


getCookieHeader($name, $value, $expires, $path, $domain, $secure, $httponly)   X-Ref
No description



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1