You are here

abstract protected function RemoteCalls::setLastCall in Anti Spam by CleanTalk 9.1.x

Same name in this branch
  1. 9.1.x src/lib/Cleantalk/Common/RemoteCalls.php \Cleantalk\Common\RemoteCalls::setLastCall()
  2. 9.1.x src/lib/Cleantalk/ApbctDrupal/RemoteCalls.php \Cleantalk\ApbctDrupal\RemoteCalls::setLastCall()
Same name and namespace in other branches
  1. 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

RemoteCalls

Namespace

Cleantalk\Common

Code

protected abstract function setLastCall($action);