| Services_Twitter |
| [ class tree: Services_Twitter ] [ index: Services_Twitter ] [ all elements ] |
|
Packages: Services_Twitter Classes: Files: |
[ Top ] $pass = ''[line 137] Password of Twitter user
[ Top ] $request = null[line 187] 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 121] Public URI of Twitter's Search API
[ Top ] $uri = 'http://twitter.com'[line 114] Public URI of Twitter's API
[ Top ] $user = ''[line 129] Username of Twitter user
[ Top ] Method DetaildecodeBody [line 526]
Decode the response body according to the configured format.
Parameters:
[ Top ]
getOption [line 439]
Get an option from Services_Twitter::$options
Parameters:
[ Top ]
getOptions [line 475]
Return the Services_Twitter options array.
[ Top ]
getRequest [line 488]
Returns the HTTP_Request2 instance.
[ Top ]
isUtf8 [line 840]
Check if the given string is a UTF-8 string or an iso-8859-1 one.
Parameters:
[ Top ]
loadAPI [line 552]__construct (Constructor) [line 224]
Constructor.
Parameters:
[ Top ]
prepareRequest [line 588]
Prepare the request before it is sent.
Parameters:
[ Top ]
sendOAuthRequest [line 360]
Sends a request using OAuth instead of basic auth
Parameters:
[ Top ]
sendRequest [line 701]
Send a request to the Twitter API.
Parameters:
[ Top ]
setOAuth [line 423]
Sets an instance of HTTP_OAuth_Consumer
Parameters:
[ Top ]
setOption [line 404]
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 459]
Set a number of options at once in Services_Twitter::$options
Parameters:
[ Top ]
setRequest [line 511]
Sets the HTTP_Request2 instance.
Parameters:
[ Top ]
validateArg [line 750]
Check the validity of an argument (required, max length, type...).
Parameters:
[ Top ]
__call [line 274]
Overloaded call for API passthrough.
Parameters:
[ Top ]
__get [line 247]
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 Mon, 11 Mar 2019 15:34:40 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004. |