[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ c ] [ f ] [ g ] [ h ] [ i ] [ ] [ s ]

a

Akismet.php
procedural page Akismet.php
top

c

Comment.php
procedural page Comment.php
CommunicationException.php
procedural page CommunicationException.php
Curl.php
procedural page Curl.php
top

f

factory
in file HttpClient.php, method Services_Akismet_HttpClient::factory()
    Factory method to instantiate a HTTP client implementation
top

g

getApiKey
in file InvalidApiKeyException.php, method Services_Akismet_InvalidApiKeyException::getApiKey()
    Returns the invalid Wordpress API key
getPostData
in file Comment.php, method Services_Akismet_Comment::getPostData()
    Gets the fields of this comment as urlencoded HTTP POST data suitable for use in an Akismet API method
top

h

HttpClient.php
procedural page HttpClient.php
top

i

isSpam
in file Akismet.php, method Services_Akismet::isSpam()
    Checks whether or not a comment is spam
InvalidApiKeyException.php
procedural page InvalidApiKeyException.php
InvalidCommentException.php
procedural page InvalidCommentException.php
top

p

post
in file Stream.php, method Services_Akismet_HttpClient_Stream::post()
    Makes a HTTP POST request on the Akismet API server
post
in file Socket.php, method Services_Akismet_HttpClient_Socket::post()
    Makes a HTTP POST request on the Akismet API server
post
in file HttpClient.php, method Services_Akismet_HttpClient::post()
    Makes a HTTP POST request on the Akismet API server
post
in file Curl.php, method Services_Akismet_HttpClient_Curl::post()
    Makes a HTTP POST request on the Akismet API server
top

s

Services_Akismet
in file Akismet.php, class Services_Akismet
    Class to use Akismet API from PHP
Socket.php
procedural page Socket.php
Stream.php
procedural page Stream.php
Services_Akismet_Comment
in file Comment.php, class Services_Akismet_Comment
    Akismet comment
Services_Akismet_CommunicationException
in file CommunicationException.php, class Services_Akismet_CommunicationException
    This exception is thrown when a communications error occurs in the Services_Akismet_HttpClient class
Services_Akismet_HttpClient
in file HttpClient.php, class Services_Akismet_HttpClient
    Abstract simple HTTP client for accessing the Akismet REST API
Services_Akismet_HttpClient_Curl
in file Curl.php, class Services_Akismet_HttpClient_Curl
    cURL-based simple HTTP client for accessing the Akismet REST API
Services_Akismet_HttpClient_Socket
in file Socket.php, class Services_Akismet_HttpClient_Socket
    Socket-based simple HTTP client for accessing the Akismet REST API
Services_Akismet_HttpClient_Stream
in file Stream.php, class Services_Akismet_HttpClient_Stream
    Streams-based simple HTTP client for accessing the Akismet REST API
Services_Akismet_InvalidApiKeyException
in file InvalidApiKeyException.php, class Services_Akismet_InvalidApiKeyException
    This exception is thrown when an invalid Wordpress API key is used
Services_Akismet_InvalidCommentException
in file InvalidCommentException.php, class Services_Akismet_InvalidCommentException
    This exception is thrown when an invalid comment is used
setAuthor
in file Comment.php, method Services_Akismet_Comment::setAuthor()
    Sets the author of this comment
setAuthorEmail
in file Comment.php, method Services_Akismet_Comment::setAuthorEmail()
    Sets the email address of the author of this comment
setAuthorUri
in file Comment.php, method Services_Akismet_Comment::setAuthorUri()
    Sets the URI of the author of this comment
setContent
in file Comment.php, method Services_Akismet_Comment::setContent()
    Sets the content of this comment
setHttpClientImplementation
in file Akismet.php, method Services_Akismet::setHttpClientImplementation()
    Sets the HTTP client implementation to use for this Akismet object
setHttpReferer
in file Comment.php, method Services_Akismet_Comment::setHttpReferer()
    Sets the HTTP referer of the user posting this comment
setPostPermalink
in file Comment.php, method Services_Akismet_Comment::setPostPermalink()
    Sets the permalink of the post to which this comment is being added
setType
in file Comment.php, method Services_Akismet_Comment::setType()
    Sets the type of this comment
setUserAgent
in file Comment.php, method Services_Akismet_Comment::setUserAgent()
    Sets the user agent of the user posting this comment
setUserIp
in file Comment.php, method Services_Akismet_Comment::setUserIp()
    Sets the IP address of the user posting this comment
submitFalsePositive
in file Akismet.php, method Services_Akismet::submitFalsePositive()
    Submits a false-positive comment to the Akismet server
submitSpam
in file Akismet.php, method Services_Akismet::submitSpam()
    Submits a comment as an unchecked spam to the Akismet server
top

_

__construct
in file HttpClient.php, method Services_Akismet_HttpClient::__construct()
    Creates a new HTTP client for accessing the Akismet REST API
__construct
in file InvalidApiKeyException.php, method Services_Akismet_InvalidApiKeyException::__construct()
    Creates a new invalid API key exception
__construct
in file Socket.php, method Services_Akismet_HttpClient_Socket::__construct()
    Creates a new TCP/IP socket-based HTTP client for accessing the Akismet REST API
__construct
in file Akismet.php, method Services_Akismet::__construct()
    Creates a new Akismet object
__construct
in file Curl.php, method Services_Akismet_HttpClient_Curl::__construct()
    Creates a new cURL-based HTTP client for accessing the Akismet REST API
__construct
in file Comment.php, method Services_Akismet_Comment::__construct()
    Creates a new comment
__construct
in file Stream.php, method Services_Akismet_HttpClient_Stream::__construct()
    Creates a new streams-based HTTP client for accessing the Akismet REST API
__destruct
in file Socket.php, method Services_Akismet_HttpClient_Socket::__destruct()
    Disconnects this HTTP client if it is connected when destroyed
__destruct
in file Curl.php, method Services_Akismet_HttpClient_Curl::__destruct()
    Disconnects this HTTP client if it is connected when destroyed
__toString
in file Comment.php, method Services_Akismet_Comment::__toString()
    Gets a string representation of this comment
top

Documentation generated on Mon, 11 Mar 2019 15:21:08 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.