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

Element index for package Trackback

[ a ] [ c ] [ d ] [ g ] [ m ] [ r ] [ s ] [ t ] [ v ] [ w ] [ _ ]

_

$_data
in file Trackback.php, variable Services_Trackback::$_data
    The necessary trackback data.
$_dnsbl
in file DNSBL.php, variable Services_Trackback_SpamCheck_DNSBL::$_dnsbl
    The Net_DNSBL object for checking.
$_options
in file Akismet.php, variable Services_Trackback_SpamCheck_Akismet::$_options
    Options for the Wordlist.
$_options
in file SpamCheck.php, variable Services_Trackback_SpamCheck::$_options
    Options for the spam check module. General and module specific.
$_options
in file Regex.php, variable Services_Trackback_SpamCheck_Regex::$_options
    Options for the Regex.
$_options
in file Trackback.php, variable Services_Trackback::$_options
    Options to influence Services_Trackback.
$_options
in file Wordlist.php, variable Services_Trackback_SpamCheck_Wordlist::$_options
    Options for the Wordlist.
$_options
in file SURBL.php, variable Services_Trackback_SpamCheck_SURBL::$_options
    Options for the SpamCheck.
$_options
in file DNSBL.php, variable Services_Trackback_SpamCheck_DNSBL::$_options
    Options for the SpamProtection.
$_results
in file SpamCheck.php, variable Services_Trackback_SpamCheck::$_results
    Array of results, indexed analogue to the 'sources' option (boolean result value per source).
$_surbl
in file SURBL.php, variable Services_Trackback_SpamCheck_SURBL::$_surbl
    The Net_DNSBL_SURBL object for checking.
_checkData
in file Trackback.php, method Services_Trackback::_checkData()
    _checkData Checks a given array of keys for the validity of their data.
_checkSource
in file SURBL.php, method Services_Trackback_SpamCheck_SURBL::_checkSource()
    Check a specific source if a trackback has to be considered spam.
_checkSource
in file Akismet.php, method Services_Trackback_SpamCheck_Akismet::_checkSource()
    Check a specific source if a trackback has to be considered spam.
_checkSource
in file Regex.php, method Services_Trackback_SpamCheck_Regex::_checkSource()
    Check a specific source if a trackback has to be considered spam.
_checkSource
in file DNSBL.php, method Services_Trackback_SpamCheck_DNSBL::_checkSource()
    Check a specific source if a trackback has to be considered spam.
_checkSource
in file Wordlist.php, method Services_Trackback_SpamCheck_Wordlist::_checkSource()
    Check a specific source if a trackback has to be considered spam.
_checkSource
in file SpamCheck.php, method Services_Trackback_SpamCheck::_checkSource()
    Check a specific source if a trackback has to be considered spam.
_checkURLs
in file Trackback.php, method Services_Trackback::_checkURLs()
    _checkURLs This little method checks if 2 URLs (the URL to trackback against the trackback identifier found in the autodiscovery code) are equal.
_fromArray
in file Trackback.php, method Services_Trackback::_fromArray()
    Create a Trackback from a $data array.
_getContent
in file Trackback.php, method Services_Trackback::_getContent()
    _getContent Receive the content from a specific URL.
_getDecodedData
in file Trackback.php, method Services_Trackback::_getDecodedData()
    _getDecodedData Receives a number of data from the internal data store.
_getEncodedData
in file Trackback.php, method Services_Trackback::_getEncodedData()
    _getEncodedData Receives a number of data from the internal data store, encoded for XML usage.
_interpretTrackbackResponse
in file Trackback.php, method Services_Trackback::_interpretTrackbackResponse()
    Interpret the returned XML code, when sending a trackback.
_sendAkismetRequest
in file Akismet.php, method Services_Trackback_SpamCheck_Akismet::_sendAkismetRequest()
    Submits a
__construct
in file Wordlist.php, method Services_Trackback_SpamCheck_Wordlist::__construct()
    Constructor.
__construct
in file Regex.php, method Services_Trackback_SpamCheck_Regex::__construct()
    Constructor.
__construct
in file Akismet.php, method Services_Trackback_SpamCheck_Akismet::__construct()
    Constructor.
__construct
in file DNSBL.php, method Services_Trackback_SpamCheck_DNSBL::__construct()
    Constructor.
__construct
in file SURBL.php, method Services_Trackback_SpamCheck_SURBL::__construct()
    Constructor.
__construct
in file Mock.php, method Services_Trackback_SpamCheck_Mock::__construct()
    Constructor.
top

a

addSpamCheck
in file Trackback.php, method Services_Trackback::addSpamCheck()
    addSpamCheck Add a spam check module to the trackback.
autodiscover
in file Trackback.php, method Services_Trackback::autodiscover()
    autodiscover Checks a given URL for trackback autodiscovery code.
Akismet.php
procedural page Akismet.php
top

c

check
in file Akismet.php, method Services_Trackback_SpamCheck_Akismet::check()
    Check for spam using this module.
check
in file SpamCheck.php, method Services_Trackback_SpamCheck::check()
    Check for spam using this module.
check
in file Regex.php, method Services_Trackback_SpamCheck_Regex::check()
    Check for spam using this module.
check
in file Wordlist.php, method Services_Trackback_SpamCheck_Wordlist::check()
    Check for spam using this module.
check
in file Mock.php, method Services_Trackback_SpamCheck_Mock::check()
    Check for spam using this module.
checkSpam
in file Trackback.php, method Services_Trackback::checkSpam()
    checkSpam Checks the given trackback against several spam protection sources such as DNSBL, SURBL, Word BL,... The sources to check are defined using Services_Trackback_SpamCheck modules.
create
in file SpamCheck.php, method Services_Trackback_SpamCheck::create()
    Factory.
create
in file Trackback.php, method Services_Trackback::create()
    Factory This static method is used to create a trackback object.
createSpamCheck
in file Trackback.php, method Services_Trackback::createSpamCheck()
    createSpamCheck Create and add a spam check module to the trackback.
top

d

DNSBL.php
procedural page DNSBL.php
top

g

get
in file Trackback.php, method Services_Trackback::get()
    get Get data from the trackback. Returns the value of a given key.
getAutodiscoveryCode
in file Trackback.php, method Services_Trackback::getAutodiscoveryCode()
    getAutodiscoverCode Returns the RDF Code for a given website to let weblogs autodiscover the possibility of tracking it back.
getOptions
in file Trackback.php, method Services_Trackback::getOptions()
    getOptions Get the currently set option set.
getResponseError
in file Trackback.php, method Services_Trackback::getResponseError()
    getResponseError Returns an XML response for a trackback error.
getResponseSuccess
in file Trackback.php, method Services_Trackback::getResponseSuccess()
    getResponseSuccess Returns an XML response for a successful trackback.
getResults
in file SpamCheck.php, method Services_Trackback_SpamCheck::getResults()
    Get spam check results.
top

m

Mock.php
procedural page Mock.php
top

r

receive
in file Trackback.php, method Services_Trackback::receive()
    receive
removeSpamCheck
in file Trackback.php, method Services_Trackback::removeSpamCheck()
    removeSpamCheck Remove a spam check module from the trackback.
reset
in file SURBL.php, method Services_Trackback_SpamCheck_SURBL::reset()
    Reset results.
reset
in file SpamCheck.php, method Services_Trackback_SpamCheck::reset()
    Reset results.
reset
in file DNSBL.php, method Services_Trackback_SpamCheck_DNSBL::reset()
    Reset results.
Regex.php
procedural page Regex.php
top

s

send
in file Trackback.php, method Services_Trackback::send()
    send This method sends a trackback to the trackback_url saved in it. The data array of the trackback object can be completed by submitting the necessary data through the $data parameter of this method.
Services_Trackback
in file Trackback.php, class Services_Trackback
    Trackback A generic class to send/receive trackbacks.
SURBL.php
procedural page SURBL.php
SpamCheck.php
procedural page SpamCheck.php
Services_Trackback_SpamCheck
in file SpamCheck.php, class Services_Trackback_SpamCheck
    SpamCheck Base class for Services_Trackback spam protection modules.
Services_Trackback_SpamCheck_Akismet
in file Akismet.php, class Services_Trackback_SpamCheck_Akismet
    Akismet Module for spam detecion using http://akismet.com.
Services_Trackback_SpamCheck_DNSBL
in file DNSBL.php, class Services_Trackback_SpamCheck_DNSBL
    DNSBL Module for spam detecion using DNSBL.
Services_Trackback_SpamCheck_Mock
in file Mock.php, class Services_Trackback_SpamCheck_Mock
    Mock
Services_Trackback_SpamCheck_Regex
in file Regex.php, class Services_Trackback_SpamCheck_Regex
    Regex Module for spam detecion using perl compatible regular expressions.
Services_Trackback_SpamCheck_SURBL
in file SURBL.php, class Services_Trackback_SpamCheck_SURBL
    SURBL Module for spam detecion using SURBL.
Services_Trackback_SpamCheck_Wordlist
in file Wordlist.php, class Services_Trackback_SpamCheck_Wordlist
    Wordlist Module for spam detecion using a word list.
set
in file Trackback.php, method Services_Trackback::set()
    set Set data of the trackback. Saves the value of a given key, returning true on success.
setOptions
in file Trackback.php, method Services_Trackback::setOptions()
    setOptions Set options for the trackback.
STRICTNESS_HIGH
in file Trackback.php, class constant Services_Trackback::STRICTNESS_HIGH
    This constant is used with the @see Services_Trackback::autodiscover() method.
STRICTNESS_LOW
in file Trackback.php, class constant Services_Trackback::STRICTNESS_LOW
    This constant is used with the @see Services_Trackback::autodiscover() method.
STRICTNESS_MIDDLE
in file Trackback.php, class constant Services_Trackback::STRICTNESS_MIDDLE
    This constant is used with the @see Services_Trackback::autodiscover() method.
submitHam
in file Akismet.php, method Services_Trackback_SpamCheck_Akismet::submitHam()
    Submit a valid, non spam trackback
submitSpam
in file Akismet.php, method Services_Trackback_SpamCheck_Akismet::submitSpam()
    Submit an invalid, spammy trackback
top

t

Trackback.php
procedural page Trackback.php
top

v

verifyKey
in file Akismet.php, method Services_Trackback_SpamCheck_Akismet::verifyKey()
    Verify your Akismet key is valid
top

w

Wordlist.php
procedural page Wordlist.php
top

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