

Definition at line 116 of file akismet.class.php.
Public Member Functions | |
| _connect () | |
| _disconnect () | |
| AkismetHttpClient ($host, $blogUrl, $apiKey, $port=80) | |
| errorsExist () | |
| Check if any errors exist. | |
| getError ($name) | |
| Return a specific error message from the errors array. | |
| getErrors () | |
| Return all errors in the object. | |
| getResponse ($request, $path, $type="post", $responseLength=1160) | |
| isError ($name) | |
| Check if a certain error exists. | |
| setError ($name, $message) | |
| Add a new error to the errors array in the object. | |
Public Attributes | |
| $akismetVersion = '1.1' | |
| $apiKey | |
| $blogUrl | |
| $con | |
| $errors = array() | |
| $host | |
| $port | |
1.5.6