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

Element index for package Services_Akismet2

[ a ] [ b ] [ c ] [ f ] [ g ] [ h ] [ i ] [ p ] [ r ] [ s ] [ u ] [ v ] [ _ ]

_

__construct
in file InvalidApiKeyException.php, method Services_Akismet2_InvalidApiKeyException::__construct()
    Creates a new invalid API key exception
__construct
in file HttpException.php, method Services_Akismet2_HttpException::__construct()
    Creates a new HTTP error exception
__construct
in file Akismet2.php, method Services_Akismet2::__construct()
    Creates a new Akismet object
__construct
in file Comment.php, method Services_Akismet2_Comment::__construct()
    Creates a new comment
__construct
in file InvalidCommentException.php, method Services_Akismet2_InvalidCommentException::__construct()
    Creates a new invalid comment exception
__toString
in file Comment.php, method Services_Akismet2_Comment::__toString()
    Gets a string representation of this comment
top

a

$apiKey
in file Akismet2.php, variable Services_Akismet2::$apiKey
    The API key to use to access Akismet services
$apiKeyIsValid
in file Akismet2.php, variable Services_Akismet2::$apiKeyIsValid
    Whether or not the API key is valid
$apiPort
in file Akismet2.php, variable Services_Akismet2::$apiPort
    The port to use to connect to the Akismet API server
$apiServer
in file Akismet2.php, variable Services_Akismet2::$apiServer
    The Akismet API server name
$apiVersion
in file Akismet2.php, variable Services_Akismet2::$apiVersion
    The Akismet API version to use
Akismet2.php
procedural page Akismet2.php
top

b

$blogUri
in file Akismet2.php, variable Services_Akismet2::$blogUri
    The URI of the webblog for which Akismet services will be used
top

c

Comment.php
procedural page Comment.php
top

f

$fields
in file Comment.php, variable Services_Akismet2_Comment::$fields
    Fields of this comment
top

g

getApiKey
in file InvalidApiKeyException.php, method Services_Akismet2_InvalidApiKeyException::getApiKey()
    Returns the invalid API key
getComment
in file InvalidCommentException.php, method Services_Akismet2_InvalidCommentException::getComment()
    Gets the invalid comment
getPostParameters
in file Comment.php, method Services_Akismet2_Comment::getPostParameters()
    Gets the fields of this comment as an array of name-value pairs for use in an Akismet API method
getRequest
in file HttpException.php, method Services_Akismet2_HttpException::getRequest()
    Gets the object used to make the HTTP request that failed
getUserAgent
in file Akismet2.php, method Services_Akismet2::getUserAgent()
    Gets the HTTP user-agent used to make Akismet requests
top

h

HttpException.php
procedural page HttpException.php
top

i

isApiKeyValid
in file Akismet2.php, method Services_Akismet2::isApiKeyValid()
    Checks with the Akismet server to determine if an API key is valid
isSpam
in file Akismet2.php, method Services_Akismet2::isSpam()
    Checks whether or not a comment is spam
InvalidApiKeyException.php
procedural page InvalidApiKeyException.php
InvalidCommentException.php
procedural page InvalidCommentException.php
top

p

package.php
procedural page package.php
top

r

$request
in file Akismet2.php, variable Services_Akismet2::$request
top

s

sendRequest
in file Akismet2.php, method Services_Akismet2::sendRequest()
    Calls a method on the Akismet API server using a HTTP POST request
Services_Akismet2
in file Akismet2.php, class Services_Akismet2
    Class to use Akismet API from PHP
Services_Akismet2_Comment
in file Comment.php, class Services_Akismet2_Comment
    Akismet comment
Services_Akismet2_HttpException
in file HttpException.php, class Services_Akismet2_HttpException
    This exception is thrown when a HTTP communication error occurs
Services_Akismet2_InvalidApiKeyException
in file InvalidApiKeyException.php, class Services_Akismet2_InvalidApiKeyException
    This exception is thrown when an invalid API key is used
Services_Akismet2_InvalidCommentException
in file InvalidCommentException.php, class Services_Akismet2_InvalidCommentException
    This exception is thrown when an invalid comment is used
setAuthor
in file Comment.php, method Services_Akismet2_Comment::setAuthor()
    Sets the author of this comment
setAuthorEmail
in file Comment.php, method Services_Akismet2_Comment::setAuthorEmail()
    Sets the email address of the author of this comment
setAuthorUrl
in file Comment.php, method Services_Akismet2_Comment::setAuthorUrl()
    Sets the URI of the author of this comment
setConfig
in file Akismet2.php, method Services_Akismet2::setConfig()
    Sets one or more configuration values
setContent
in file Comment.php, method Services_Akismet2_Comment::setContent()
    Sets the content of this comment
setField
in file Comment.php, method Services_Akismet2_Comment::setField()
    Sets a field of this comment
setFields
in file Comment.php, method Services_Akismet2_Comment::setFields()
    Sets multiple fields of this comment
setHttpReferrer
in file Comment.php, method Services_Akismet2_Comment::setHttpReferrer()
    Sets the HTTP referer of the user posting this comment
setPostPermalink
in file Comment.php, method Services_Akismet2_Comment::setPostPermalink()
    Sets the permalink of the post to which this comment is being added
setRequest
in file Akismet2.php, method Services_Akismet2::setRequest()
    Sets the HTTP request object to use
setType
in file Comment.php, method Services_Akismet2_Comment::setType()
    Sets the type of this comment
setUserAgent
in file Comment.php, method Services_Akismet2_Comment::setUserAgent()
    Sets the user agent of the user posting this comment
setUserIp
in file Comment.php, method Services_Akismet2_Comment::setUserIp()
    Sets the IP address of the user posting this comment
submitFalsePositive
in file Akismet2.php, method Services_Akismet2::submitFalsePositive()
    Submits a false-positive comment to the Akismet server
submitSpam
in file Akismet2.php, method Services_Akismet2::submitSpam()
    Submits a comment as an unchecked spam to the Akismet server
top

u

$userAgent
in file Akismet2.php, variable Services_Akismet2::$userAgent
    The HTTP user-agent to use
top

v

validateApiKey
in file Akismet2.php, method Services_Akismet2::validateApiKey()
    Validates the API key before performing a request
top

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