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

Index of all elements

[ a ] [ c ] [ d ] [ e ] [ g ] [ i ] [ l ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ _ ]

a

$api
in file Twitter.php, variable Services_Twitter::$api
    The Twitter API mapping array, used internally to retrieve infos about the API categories, endpoints, parameters, etc...
top

c

$call
in file Exception.php, variable Services_Twitter_Exception::$call
    Call to the API that created the error
$currentCategory
in file Twitter.php, variable Services_Twitter::$currentCategory
    Used internally by the __get() and __call() methods to identify the current call.
top

d

decodeBody
in file Twitter.php, method Services_Twitter::decodeBody()
    Decode the response body according to the configured format.
top

e

ERROR_ENDPOINT
in file Twitter.php, class constant Services_Twitter::ERROR_ENDPOINT
    Exception codes constants defined by this package.
ERROR_PARAMS
in file Twitter.php, class constant Services_Twitter::ERROR_PARAMS
    Exception codes constants defined by this package.
ERROR_UNKNOWN
in file Twitter.php, class constant Services_Twitter::ERROR_UNKNOWN
    Exception codes constants defined by this package.
Exception.php
procedural page Exception.php
top

g

getCall
in file Exception.php, method Services_Twitter_Exception::getCall()
    Return API call
getOption
in file Twitter.php, method Services_Twitter::getOption()
    Get an option from Services_Twitter::$options
getOptions
in file Twitter.php, method Services_Twitter::getOptions()
    Return the Services_Twitter options array.
getRequest
in file Twitter.php, method Services_Twitter::getRequest()
    Returns the HTTP_Request2 instance.
getResponse
in file Exception.php, method Services_Twitter_Exception::getResponse()
    Get the API HTTP response.
top

i

isUtf8
in file Twitter.php, method Services_Twitter::isUtf8()
    Check if the given string is a UTF-8 string or an iso-8859-1 one.
top

l

loadAPI
in file Twitter.php, method Services_Twitter::loadAPI()
    Loads the XML API definition.
top

o

$oauth
in file Twitter.php, variable Services_Twitter::$oauth
    Optional instance of HTTP_OAuth_Consumer
$options
in file Twitter.php, variable Services_Twitter::$options
    Options for HTTP requests and misc.
OUTPUT_JSON
in file Twitter.php, class constant Services_Twitter::OUTPUT_JSON
    Twitter API output parsing options
OUTPUT_XML
in file Twitter.php, class constant Services_Twitter::OUTPUT_XML
    Twitter API output parsing options
top

p

$pass
in file Twitter.php, variable Services_Twitter::$pass
    Password of Twitter user
prepareRequest
in file Twitter.php, method Services_Twitter::prepareRequest()
    Prepare the request before it is sent.
top

r

$request
in file Twitter.php, variable Services_Twitter::$request
    The HTTP_Request2 instance, you can customize the request if you want to (proxy, auth etc...) with the get/setRequest() methods.
$response
in file Exception.php, variable Services_Twitter_Exception::$response
    The HTTP response returned by the API
top

s

$searchUri
in file Twitter.php, variable Services_Twitter::$searchUri
    Public URI of Twitter's Search API
sendOAuthRequest
in file Twitter.php, method Services_Twitter::sendOAuthRequest()
    Sends a request using OAuth instead of basic auth
sendRequest
in file Twitter.php, method Services_Twitter::sendRequest()
    Send a request to the Twitter API.
Services_Twitter
in file Twitter.php, class Services_Twitter
    Base class for interacting with Twitter's API.
Services_Twitter_Exception
in file Exception.php, class Services_Twitter_Exception
    Exception raised by this package.
setOAuth
in file Twitter.php, method Services_Twitter::setOAuth()
    Sets an instance of HTTP_OAuth_Consumer
setOption
in file Twitter.php, method Services_Twitter::setOption()
    Set an option in Services_Twitter::$options
setOptions
in file Twitter.php, method Services_Twitter::setOptions()
    Set a number of options at once in Services_Twitter::$options
setRequest
in file Twitter.php, method Services_Twitter::setRequest()
    Sets the HTTP_Request2 instance.
top

t

Twitter.php
procedural page Twitter.php
top

u

$uri
in file Twitter.php, variable Services_Twitter::$uri
    Public URI of Twitter's API
$user
in file Twitter.php, variable Services_Twitter::$user
    Username of Twitter user
top

v

validateArg
in file Twitter.php, method Services_Twitter::validateArg()
    Check the validity of an argument (required, max length, type...).
top

_

__call
in file Twitter.php, method Services_Twitter::__call()
    Overloaded call for API passthrough.
__construct
in file Exception.php, method Services_Twitter_Exception::__construct()
    Constructor.
__construct
in file Twitter.php, method Services_Twitter::__construct()
    Constructor.
__get
in file Twitter.php, method Services_Twitter::__get()
    Get interceptor, if the requested property is "options", it just return the options array, otherwise, if the property matches a valid API category it return an instance of this class.
__toString
in file Exception.php, method Services_Twitter_Exception::__toString()
    __toString
top

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