abstract protected function RemoteCalls::setLastCall in Anti Spam by CleanTalk 9.1.x
Same name in this branch
- 9.1.x src/lib/Cleantalk/Common/RemoteCalls.php \Cleantalk\Common\RemoteCalls::setLastCall()
- 9.1.x src/lib/Cleantalk/ApbctDrupal/RemoteCalls.php \Cleantalk\ApbctDrupal\RemoteCalls::setLastCall()
Same name and namespace in other branches
- 8.4 src/lib/Cleantalk/Common/RemoteCalls.php \Cleantalk\Common\RemoteCalls::setLastCall()
Set last call timestamp and save it to the storage.
Parameters
string $action:
Return value
bool
1 call to RemoteCalls::setLastCall()
- RemoteCalls::perform in src/
lib/ Cleantalk/ Common/ RemoteCalls.php - Execute corresponding method of RemoteCalls if exists
1 method overrides RemoteCalls::setLastCall()
- RemoteCalls::setLastCall in src/
lib/ Cleantalk/ ApbctDrupal/ RemoteCalls.php - Set last call timestamp and save it to the storage.
File
- src/
lib/ Cleantalk/ Common/ RemoteCalls.php, line 149
Class
Namespace
Cleantalk\CommonCode
protected abstract function setLastCall($action);