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

Class: OAuthConsumer

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

Class OAuthConsumer

Property Summary
mixed   $key  
mixed   $secret  

[ Top ]
Method Summary
OAuthConsumer   __construct()   dummy docblock makes error-free autodocs
void   __toString()   dummy docblock makes error-free autodocs

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


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


[ Top ]
Methods
Constructor __construct  [line 39]

  OAuthConsumer __construct( $key, $secret, [ $callback_url = NULL]  )

dummy docblock makes error-free autodocs

Parameters:
   $key: 
   $secret: 
   $callback_url: 


[ Top ]
__toString  [line 50]

  void __toString( )

dummy docblock makes error-free autodocs



[ Top ]