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

Index of all elements

[ a ] [ c ] [ d ] [ e ] [ g ] [ h ] [ l ] [ r ] [ s ] [ u ] [ v ] [ w ] [ _ ]

a

accept
in file Digg2.php, method Services_Digg2::accept()
    Accepts HTTP_OAuth_Consumer (for writeable endpoints), or a custom instance of HTTP_Request2. The latter is useful if you want to use custom config options, adapters, etc, for HTTP_Request2.
top

c

$currentGroup
in file Digg2.php, variable Services_Digg2::$currentGroup
    Current group requested. i.e., $digg->story->getAll(), the group is "story".
config.php
procedural page config.php
top

d

Digg2.php
procedural page Digg2.php
top

e

Exception.php
procedural page Exception.php
top

g

getHTTPOAuthConsumer
in file Digg2.php, method Services_Digg2::getHTTPOAuthConsumer()
    Gets $this->HTTPOAuthConsumer, regardless of whether it is set or not.
getHTTPRequest2
in file Digg2.php, method Services_Digg2::getHTTPRequest2()
    Gets an instance of HTTP_Request2. If $HTTPRequest2 is not aleady set, an instance will be created, set, and returned.
getLastResponse
in file Digg2.php, method Services_Digg2::getLastResponse()
    Returns the last HTTP_Request2_Response object. Defaults to null if no API request has been made yet. Handy if you want to look at the X-RateLimit headers, like so:
getURI
in file Digg2.php, method Services_Digg2::getURI()
    Gets the Digg API URI
getVersion
in file Digg2.php, method Services_Digg2::getVersion()
    Gets the current version setting (i.e. 1.0).
generatePackage.php
procedural page generatePackage.php
top

h

$HTTPOAuthConsumer
in file Digg2.php, variable Services_Digg2::$HTTPOAuthConsumer
    Stores an instance of HTTP_OAuth_Consumer
$HTTPRequest2
in file Digg2.php, variable Services_Digg2::$HTTPRequest2
    Stores an optional custom instance of HTTP_Request2. Use this if you want to set HTTP_Request2 options, like timeouts, etc.
top

l

$lastResponse
in file Digg2.php, variable Services_Digg2::$lastResponse
    Last response object
top

r

runTests.php
procedural page runTests.php
top

s

$status
in file Exception.php, variable Services_Digg2_Exception::$status
    HTTP Status Code
Services_Digg2
in file Digg2.php, class Services_Digg2
    Services_Digg2
Services_Digg2_Exception
in file Exception.php, class Services_Digg2_Exception
    Base exception handler for Services_Digg2
setURI
in file Digg2.php, method Services_Digg2::setURI()
    Sets the URI. You'll probably never use this unless you work at Digg.
setVersion
in file Digg2.php, method Services_Digg2::setVersion()
    Sets the version of the API to use.
top

u

$uri
in file Digg2.php, variable Services_Digg2::$uri
    URI of API. You shouldn't need to change this unless you work at Digg.
top

v

$version
in file Digg2.php, variable Services_Digg2::$version
    Version to use in API calls
$versions
in file Digg2.php, variable Services_Digg2::$versions
    Supported version numbers
v2_0_comment_bury.php
procedural page v2_0_comment_bury.php
v2_0_comment_digg.php
procedural page v2_0_comment_digg.php
v2_0_comment_getInfo.php
procedural page v2_0_comment_getInfo.php
v2_0_comment_getRecent.php
procedural page v2_0_comment_getRecent.php
v2_0_comment_getReplies.php
procedural page v2_0_comment_getReplies.php
v2_0_comment_post.php
procedural page v2_0_comment_post.php
v2_0_digg_getAll.php
procedural page v2_0_digg_getAll.php
v2_0_search_search.php
procedural page v2_0_search_search.php
v2_0_story_digg.php
procedural page v2_0_story_digg.php
v2_0_story_getComments.php
procedural page v2_0_story_getComments.php
v2_0_story_getInfo.php
procedural page v2_0_story_getInfo.php
v2_0_story_hide.php
procedural page v2_0_story_hide.php
v2_0_story_saveStory.php
procedural page v2_0_story_saveStory.php
v2_0_topic_getAll.php
procedural page v2_0_topic_getAll.php
v2_0_topic_getInfo.php
procedural page v2_0_topic_getInfo.php
v2_0_user_getComments.php
procedural page v2_0_user_getComments.php
v2_0_user_getInfo.php
procedural page v2_0_user_getInfo.php
v2_0_user_getMyNews.php
procedural page v2_0_user_getMyNews.php
v2_0_user_getSavedStories.php
procedural page v2_0_user_getSavedStories.php
v2_0_user_removeStory.php
procedural page v2_0_user_removeStory.php
top

w

$writeMethods
in file Digg2.php, variable Services_Digg2::$writeMethods
    Methods that require POST and OAuth
top

_

__call
in file Digg2.php, method Services_Digg2::__call()
    Concatenates the current group and a method, then adds it as the 'method' key of the arguments array, and finally passes to sendRequest(). No local validation is done. Any errors are passed back from the Digg API.
__construct
in file Exception.php, method Services_Digg2_Exception::__construct()
    Stores the HTTP Status code in addition to the exception message and code
__get
in file Digg2.php, method Services_Digg2::__get()
    Represents an API "group", and provides a pass-through to __call().
top

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