You are here

public function AntiFlood::actionsForDenied in Anti Spam by CleanTalk 9.1.x

Same name and namespace in other branches
  1. 8.4 src/lib/Cleantalk/Common/Firewall/Modules/AntiFlood.php \Cleantalk\Common\Firewall\Modules\AntiFlood::actionsForDenied()

Do logic for denied request.

Parameters

string $result:

Return value

void

Overrides FirewallModule::actionsForDenied

File

src/lib/Cleantalk/Common/Firewall/Modules/AntiFlood.php, line 122

Class

AntiFlood

Namespace

Cleantalk\Common\Firewall\Modules

Code

public function actionsForDenied($result) {

  // TODO: Implement actionsForDenied() method.
}