Class tariqaGoogle

Description

Located in /Tariqa.code/tariqaGoogle.class.php (line 2)

Tariqa
   |
   --tariqaGoogle
Variable Summary
array $config
boolean $soap
Method Summary
Tariqa __construct ( $config,  $soap)
GoogleResultset googleFetch (string $token, GoogleResultset $resultset, [int $first = null], [int $count = null])
GoogleResultset googleSearch (string $token, GoogleQuery $query)
GoogleResultset _googleSearch (GoogleQuery $query, string $token)
Variables
array $config = null (line 7)

Configuration array

  • access: protected
boolean $soap (line 13)

The class is called using SOAP

  • access: public
Methods
Constructor __construct (line 20)

Constructs a tariqaThemes Object

  • access: public
Tariqa __construct ( $config,  $soap)
  • $config
  • $soap
googleFetch (line 49)

Fetch the next articles from a Google Search (returns NULL when no more articles are available)

  • access: public
GoogleResultset googleFetch (string $token, GoogleResultset $resultset, [int $first = null], [int $count = null])
  • string $token: Session Identifier
  • GoogleResultset $resultset: Resultset
  • int $first: The first article [OPTIONAL]
  • int $count: Count of articles [OPTIONAL]
googleSearch (line 31)

Search for articles using Google News

  • access: public
GoogleResultset googleSearch (string $token, GoogleQuery $query)
  • string $token: Session Identifier
  • GoogleQuery $query: Query
_googleSearch (line 115)

Search for articles using Google News

  • access: protected
GoogleResultset _googleSearch (GoogleQuery $query, string $token)
  • string $token: Session Identifier
  • GoogleQuery $query: Query

Documentation generated on Thu, 10 Dec 2009 15:21:47 +0100 by phpDocumentor 1.4.1