Public Member Functions | |
| YahooApplication ($consumerKey, $consumerKeySecret) | |
| setSmallView ($guid, $content) | |
| query ($yql, $env=NULL) | |
| YahooApplication::query | ( | $ | yql, | |
| $ | env = NULL | |||
| ) |
Executes the given YQL query.
| $yql | The query to execute. | |
| $env | A URL to a YQL environment file. |
| 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::YahooApplication | ( | $ | consumerKey, | |
| $ | consumerKeySecret | |||
| ) |
Constructs a new YahooApplication object.
| $consumerKey | The consumer key of the application. | |
| $consumerKeySecret | The consumer key secret of the application. |
1.5.8