You are here

abstract public function FirewallModule::check in Anti Spam by CleanTalk 8.4

Same name and namespace in other branches
  1. 9.1.x src/lib/Cleantalk/Common/Firewall/FirewallModule.php \Cleantalk\Common\Firewall\FirewallModule::check()

Use this method to execute main logic of the module.

Return value

array Array of the check results

3 methods override FirewallModule::check()
AntiCrawler::check in src/lib/Cleantalk/Common/Firewall/Modules/AntiCrawler.php
Use this method to execute main logic of the module.
AntiFlood::check in src/lib/Cleantalk/Common/Firewall/Modules/AntiFlood.php
Use this method to execute main logic of the module.
SFW::check in src/lib/Cleantalk/Common/Firewall/Modules/SFW.php
* Use this method to execute main logic of the module. * *

File

src/lib/Cleantalk/Common/Firewall/FirewallModule.php, line 96

Class

FirewallModule

Namespace

Cleantalk\Common\Firewall

Code

public abstract function check();