| Services_Twitter |
| [ class tree: Services_Twitter ] [ index: Services_Twitter ] [ all elements ] |
|
Packages: Services_Twitter Classes: Files: |
[ Top ] $pass = ''[line 112] Password of Twitter user
[ Top ] $request = null[line 151] The HTTP_Request2 instance, you can customize the request if you want to (proxy, auth etc...) with the get/setRequest() methods.
[ Top ] $searchUri = 'http://search.twitter.com'[line 96] Public URI of Twitter's Search API
[ Top ] $uri = 'http://twitter.com'[line 89] Public URI of Twitter's API
[ Top ] $user = ''[line 104] Username of Twitter user
[ Top ] Method DetaildecodeBody [line 427]
Decode the response body according to the configured format.
Parameters:
[ Top ]
getOption [line 345]
Get an option from Services_Twitter::$options
Parameters:
[ Top ]
getOptions [line 381]
Return the Services_Twitter options array.
[ Top ]
getRequest [line 394]
Returns the HTTP_Request2 instance.
[ Top ]
isUnicode [line 735]
Check if the given string is a unicode string or an iso-8859-1 one.
Parameters:
[ Top ]
loadAPI [line 453]__construct (Constructor) [line 188]
Constructor.
Parameters:
[ Top ]
prepareRequest [line 489]
Prepare the request before it is sent.
Parameters:
[ Top ]
sendRequest [line 596]
Send a request to the Twitter API.
Parameters:
[ Top ]
setOption [line 324]
Set an option in Services_Twitter::$options If a function exists named _set$option (e.g. _setUserAgent()) then that method will be used instead. Otherwise, the value is set directly into the options array.
Parameters:
[ Top ]
setOptions [line 365]
Set a number of options at once in Services_Twitter::$options
Parameters:
[ Top ]
setRequest [line 412]
Sets the HTTP_Request2 instance.
Parameters:
[ Top ]
validateArg [line 645]
Check the validity of an argument (required, max length, type...).
Parameters:
[ Top ]
__call [line 241]
Overloaded call for API passthrough.
Parameters:
[ Top ]
__get [line 214]
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.
Parameters:
[ Top ]
Documentation generated on Wed, 26 Aug 2009 18:00:03 +0000 by phpDocumentor 1.4.2. PEAR Logo Copyright © PHP Group 2004. |