Zend_Oauth_TokenLocated in /Oauth/Token.php (line 31)
Zend_Oauth_Http_Utility
$_httpUtility
= null (line 58)
array
$_params
= array() (line 46)
Token parameters
Zend_Http_Response
$_response
= null (line 53)
OAuth response object
Constructor __construct (line 67)
Constructor; basic setup for any Token subclass.
getParam (line 171)
Get the value for a parameter (e.g. token secret or other).
getResponse (line 107)
Return the HTTP response object used to initialise this instance.
getToken (line 196)
Gets the value for a Token.
getTokenSecret (line 131)
Retrieve this Token's secret which may be used when signing requests with this Token.
isValid (line 91)
Attempts to validate the Token parsed from the HTTP response - really it's just very basic existence checks which are minimal.
setParam (line 144)
Sets the value for a parameter (e.g. token secret or other) and run a simple filter to remove any trailing newlines.
setParams (line 157)
Sets the value for some parameters (e.g. token secret or other) and run a simple filter to remove any trailing newlines.
setToken (line 185)
Sets the value for a Token.
setTokenSecret (line 119)
Sets the value for the this Token's secret which may be used when signing requests with this Token.
toString (line 228)
Convert Token to a string, specifically a raw encoded query string.
_parseParameters (line 251)
Parse a HTTP response body and collect returned parameters as raw url decoded key-value pairs in an associative array.
__get (line 206)
Generic accessor to enable access as public properties.
__set (line 218)
Generic mutator to enable access as public properties.
__sleep (line 271)
Limit serialisation stored data to the parameters
__toString (line 239)
Convert Token to a string, specifically a raw encoded query string.
Aliases to self::toString()
__wakeup (line 279)
After serialisation, re-instantiate a HTTP utility class for use
Documentation generated on Mon, 21 Jun 2010 15:49:45 -0400 by phpDocumentor 1.4.3