phpDocumentor plugins
Twitter
[ class tree: plugins ] [ index: plugins ] [ all elements ]

Class: OAuthToken

Source Location: /qp_plugins/twitter_plugin/twitteroauth/oAuth.php

Class OAuthToken

Class Overview
Property Summary
mixed   $key  
mixed   $secret  

[ Top ]
Method Summary
OAuthToken   __construct()   key = the token
void   to_string()   generates the basic string serialization of a token that a server
void   __toString()   dummy docblock makes error-free autodocs

[ Top ]
Properties
mixed   $key [line 66]
API Tags:
Access:  public


[ Top ]
mixed   $secret [line 67]
API Tags:
Access:  public


[ Top ]
Methods
Constructor __construct  [line 73]

  OAuthToken __construct( $key, $secret  )

key = the token

secret = the token secret

Parameters:
   $key: 
   $secret: 


[ Top ]
to_string  [line 84]

  void to_string( )

generates the basic string serialization of a token that a server

would respond to request_token and access_token calls with



[ Top ]
__toString  [line 96]

  void __toString( )

dummy docblock makes error-free autodocs



[ Top ]