You are here

public function AntiFlood::actionsForPassed 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::actionsForPassed()

Do logic for allowed request.

Parameters

string $result:

Return value

void

Overrides FirewallModule::actionsForPassed

File

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

Class

AntiFlood

Namespace

Cleantalk\Common\Firewall\Modules

Code

public function actionsForPassed($result) {

  // TODO: Implement actionsForPassed() method.
}