Class to represent an OAuth Consumer. More...
Public Member Functions | |
| __construct ($key, $secret, $callback_url=NULL) | |
| __toString () | |
Data Fields | |
| $key | |
| $secret | |
Class to represent an OAuth Consumer.
Definition at line 12 of file OAuthConsumer.php.
| __construct | ( | $key, | |
| $secret, | |||
$callback_url = NULL |
|||
| ) |
Definition at line 17 of file OAuthConsumer.php.
References OAuthConsumer\$key, and OAuthConsumer\$secret.
| __toString | ( | ) |
Definition at line 23 of file OAuthConsumer.php.
| $key |
Definition at line 14 of file OAuthConsumer.php.
Referenced by OAuthConsumer\__construct().
| $secret |
Definition at line 15 of file OAuthConsumer.php.
Referenced by OAuthConsumer\__construct().