interface Bypass

A bypass for manual confirmation by user (depending on some runtime conditions)

Methods

bool
checkRequestForBypass(HTTPRequest $request)

Check the request for whether we can bypass the confirmation

Details

at line 21
bool checkRequestForBypass(HTTPRequest $request)

Check the request for whether we can bypass the confirmation

Parameters

HTTPRequest $request

Return Value

bool True if we can bypass, False if the confirmation is required