interface Bypass (View source)

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

Methods

public
bool
checkRequestForBypass(HTTPRequest $request)

Check the request for whether we can bypass the confirmation

Details

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