Class tariqaQueriesAndSources

Description

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

Tariqa
   |
   --tariqaQueriesAndSources
Variable Summary
array $config
boolean $soap
Method Summary
Tariqa __construct ( $config,  $soap)
Query[] GetCountryQueries (string $token, Country $country, [int $flavour_id = null])
Engine GetEngine (string $token, string $engine_id)
Flavour GetFlavour (string $token, int $flavour_id)
Query[] GetHomepageQueries (string $token)
Query GetQuery (string $token, int $query_id)
Query[] GetRegionQueries (string $token, int $region_id, [int $flavour_id = null])
Source GetSource (string $token, int $source_id)
Query[] GetVideoQueries (string $token)
Engine[] ListEngines (string $token)
Flavour[] ListFlavours (string $token)
NewStickerGroup[] ListNewStickerGroups (string $token)
Query[] ListQueries (string $token)
Source[] ListQuickSearchSources (string $token)
Source[] ListSources (string $token)
Variables
array $config = null (line 8)

Configuration array

  • access: protected
boolean $soap (line 14)

The class is called using SOAP

  • access: public
Methods
Constructor __construct (line 21)

Constructs a tariqaThemes Object

  • access: public
Tariqa __construct ( $config,  $soap)
  • $config
  • $soap
GetCountryQueries (line 648)

Get the list of available queries for a defined contry

  • access: public
Query[] GetCountryQueries (string $token, Country $country, [int $flavour_id = null])
  • string $token: The session identifier
  • Country $country: The selected country
  • int $flavour_id: The flavour identifier [OPTIONAL]
GetEngine (line 390)

Get the content of an engine

  • access: public
Engine GetEngine (string $token, string $engine_id)
  • string $token: The session identifier
  • string $engine_id: The engine identifier
GetFlavour (line 304)

Get the content of flavour

  • access: public
Flavour GetFlavour (string $token, int $flavour_id)
  • string $token: The session identifier
  • int $flavour_id: The flavour identifier
GetHomepageQueries (line 31)

Get the list of available queries for the homepage

  • access: public
Query[] GetHomepageQueries (string $token)
  • string $token: The session identifier
GetQuery (line 488)

Get the content of a query

  • access: public
Query GetQuery (string $token, int $query_id)
  • string $token: The session identifier
  • int $query_id: The query identifier
GetRegionQueries (line 717)

Get the list of available queries for a defined region

  • access: public
Query[] GetRegionQueries (string $token, int $region_id, [int $flavour_id = null])
  • string $token: The session identifier
  • int $region_id: The selected country
  • int $flavour_id: The flavour identifier [OPTIONAL]
GetSource (line 203)

Get the content of a source

  • access: public
Source GetSource (string $token, int $source_id)
  • string $token: The session identifier
  • int $source_id: The source identifier
GetVideoQueries (line 84)

Get the list of available queries for the homepage

  • access: public
Query[] GetVideoQueries (string $token)
  • string $token: The session identifier
ListEngines (line 436)

Get the list of available engines

  • access: public
Engine[] ListEngines (string $token)
  • string $token: The session identifier
ListFlavours (line 344)

Get the list of available flavours

  • access: public
Flavour[] ListFlavours (string $token)
  • string $token: The session identifier
ListNewStickerGroups (line 789)

Lists the news stickers groups

  • access: public
NewStickerGroup[] ListNewStickerGroups (string $token)
  • string $token: The session identifier
ListQueries (line 595)

Get the list of available queries

  • access: public
Query[] ListQueries (string $token)
  • string $token: The session identifier
ListQuickSearchSources (line 148)

Get the list of quicksearch sources

  • access: public
Source[] ListQuickSearchSources (string $token)
  • string $token: The session identifier
ListSources (line 251)

Get the list of available sources

  • access: public
Source[] ListSources (string $token)
  • string $token: The session identifier

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