interface Rule

A rule for checking whether we need to protect a Request

Methods

null|Item
getRequestConfirmationItem(HTTPRequest $request)

Check the request by the rule and return a confirmation item

Details

at line 21
null|Item getRequestConfirmationItem(HTTPRequest $request)

Check the request by the rule and return a confirmation item

Parameters

HTTPRequest $request

Return Value

null|Item Confirmation item if necessary to protect the request or null otherwise