interface RequestProcessor (View source)

Implementations of query persistence must use this interface. At a minimum, they must be able to fetch a query given an ID.

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