Services_Twitter |
![]() |
[ class tree: Services_Twitter ] [ index: Services_Twitter ] [ all elements ] |
![]() |
Packages: Services_Twitter Classes: Files: |
[ Top ] $pass = ''[line 138] Password of Twitter user
[ Top ] $request = null[line 188] 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 122] Public URI of Twitter's Search API
[ Top ] $uri = 'http://api.twitter.com/1'[line 115] Public URI of Twitter's API
[ Top ] $user = ''[line 130] Username of Twitter user
[ Top ] Method DetaildecodeBody [line 527]
Decode the response body according to the configured format.
Parameters:
[ Top ]
getOption [line 440]
Get an option from Services_Twitter::$options
Parameters:
[ Top ]
getOptions [line 476]
Return the Services_Twitter options array.
[ Top ]
getRequest [line 489]
Returns the HTTP_Request2 instance.
[ Top ]
isUtf8 [line 891]
Check if the given string is a UTF-8 string or an iso-8859-1 one.
Parameters:
[ Top ]
loadAPI [line 556]__construct (Constructor) [line 225]
Constructor.
Parameters:
[ Top ]
prepareRequest [line 592]
Prepare the request before it is sent.
Parameters:
[ Top ]
sendOAuthRequest [line 361]
Sends a request using OAuth instead of basic auth
Parameters:
[ Top ]
sendRequest [line 726]
Send a request to the Twitter API.
Parameters:
[ Top ]
setOAuth [line 424]
Sets an instance of HTTP_OAuth_Consumer
Parameters:
[ Top ]
setOption [line 405]
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 460]
Set a number of options at once in Services_Twitter::$options
Parameters:
[ Top ]
setRequest [line 512]
Sets the HTTP_Request2 instance.
Parameters:
[ Top ]
validateArg [line 775]
Check the validity of an argument (required, max length, type...).
Parameters:
[ Top ]
__call [line 275]
Overloaded call for API passthrough.
Parameters:
[ Top ]
__get [line 248]
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:39:03 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004. |