Akismet REST service implementation
Located in /Service/Akismet.php (line 45)
Zend_Service_Abstract | --Zend_Service_Akismet
Akismet API key
Blog URL
Charset used for encoding
TCP/IP port to use in requests
User Agent string to send in requests
Inherited from Zend_Service_Abstract
Zend_Service_Abstract::$_httpClient
Constructor
Retrieve API key
Retrieve blog URL
Retrieve charset
Retrieve TCP/IP port
Retrieve User Agent string
Check a comment for spam
Checks a comment to see if it is spam. $params should be an associative array with one or more of the following keys (unless noted, all keys are optional):
This method implements the Akismet comment-check REST method.
Set blog URL
Set User Agent
Should be of form "Some user agent/version | Akismet/version"
Submit ham
Takes the same arguments as isSpam().
Submits a comment that has been falsely categorized as spam by Akismet as a false positive, telling Akismet's filters not to filter such comments as spam in the future.
Unlike submitSpam() and isSpam(), a valid API key is never necessary; as a result, this method never throws an exception (unless an exception happens with the HTTP client layer).
this method implements Akismet's submit-ham REST method.
Submit spam
Takes the same arguments as isSpam().
Submits known spam content to Akismet to help train it.
This method implements Akismet's submit-spam REST method.
Verify an API key
Perform an API call
Post a request
Inherited From Zend_Service_Abstract
Zend_Service_Abstract::getHttpClient()
Zend_Service_Abstract::setHttpClient()
Documentation generated on Mon, 21 Jun 2010 15:06:56 -0400 by phpDocumentor 1.4.3