Home
last modified time | relevance | path

Searched refs:ResponseCategoryFromAssoc (Results 1 – 1 of 1) sorted by relevance

/plugin/stopforumspam/
H A DResponseChecker.php49 $this->username = $this->ResponseCategoryFromAssoc($response['username']);
53 $this->email = $this->ResponseCategoryFromAssoc($response['email']);
57 $this->ip = $this->ResponseCategoryFromAssoc($response['ip']);
64 protected function ResponseCategoryFromAssoc($assoc) function in Response