Class YahooApplication

Description

Represents a Yahoo! application.

Represents a Yahoo! application.

Located in /Yahoo.inc (line 730)


	
			
Variable Summary
 mixed $client
 mixed $consumer
 mixed $token
Method Summary
 YahooApplication YahooApplication ($consumerKey $consumerKey, $consumerKeySecret $consumerKeySecret)
 The query ($yql $yql, [$env $env = NULL])
 True setSmallView ($guid $guid, $content $content)
Variables
mixed $client = NULL (line 740)
  • deprecated:
  • private:
mixed $consumer = NULL (line 734)
  • private:
mixed $token = NULL (line 745)
  • private:
Methods
Constructor YahooApplication (line 753)

Constructs a new YahooApplication object.

Constructs a new YahooApplication object.

YahooApplication YahooApplication ($consumerKey $consumerKey, $consumerKeySecret $consumerKeySecret)
  • $consumerKey $consumerKey: The consumer key of the application.
  • $consumerKeySecret $consumerKeySecret: The consumer key secret of the application.
query (line 782)

Executes the given YQL query.

Executes the given YQL query.

  • return: response or NULL if the request fails..
The query ($yql $yql, [$env $env = NULL])
  • $yql $yql: The query to execute.
  • $env $env: A URL to a YQL environment file.
setSmallView (line 764)

Sets the small view for the user given by the GUID.

Sets the small view for the user given by the GUID.

  • return: on success, false otherwise.
True setSmallView ($guid $guid, $content $content)
  • $guid $guid: The GUID of the user to set the small view for.
  • $content $content: The content to set the small view to.

Documentation generated on Thu, 22 Oct 2009 12:54:52 -0700 by phpDocumentor 1.4.3