class RequestIDProcessor implements RequestProcessor (View source)

Methods

public
array
getRequestQueryVariables(HTTPRequest $request)

Parse query and variables from the given request

Details

array getRequestQueryVariables(HTTPRequest $request)

Parse query and variables from the given request

Parameters

HTTPRequest $request

Return Value

array

Array containing query and variables as a pair

Exceptions

LogicException