Public Member Functions | |
YahooApplication ($consumerKey, $consumerKeySecret) | |
setSmallView ($guid, $content) | |
query ($yql) |
YahooApplication::YahooApplication | ( | $ | consumerKey, | |
$ | consumerKeySecret | |||
) |
Constructs a new YahooApplication object.
$consumerKey | The consumer key of the application. | |
$consumerKeySecret | The consumer key secret of the application. |
YahooApplication::setSmallView | ( | $ | guid, | |
$ | content | |||
) |
Sets the small view for the user given by the GUID.
$guid | The GUID of the user to set the small view for. | |
$content | The content to set the small view to. |
YahooApplication::query | ( | $ | yql | ) |
Executes the given YQL query.
$yql | The query to execute. |