RequestProcessor
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
Details
array
getRequestQueryVariables(HTTPRequest $request)
Parse query and variables from the given request