Constructs a tariqaThemes Object
Tariqa
__construct
(
$config,
$soap)
Get the list of available queries for a defined contry
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]
Get the content of an engine
Engine
GetEngine
(
string $token,
string $engine_id)
-
string
$token: The session identifier
-
string
$engine_id: The engine identifier
Get the content of flavour
Flavour
GetFlavour
(
string $token,
int $flavour_id)
-
string
$token: The session identifier
-
int
$flavour_id: The flavour identifier
Get the list of available queries for the homepage
Query[]
GetHomepageQueries
(string $token)
-
string
$token: The session identifier
Get the content of a query
Query
GetQuery
(
string $token,
int $query_id)
-
string
$token: The session identifier
-
int
$query_id: The query identifier
Get the list of available queries for a defined region
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]
Get the content of a source
Source
GetSource
(
string $token,
int $source_id)
-
string
$token: The session identifier
-
int
$source_id: The source identifier
Get the list of available queries for the homepage
Query[]
GetVideoQueries
(string $token)
-
string
$token: The session identifier
Get the list of available engines
Engine[]
ListEngines
(string $token)
-
string
$token: The session identifier
Get the list of available flavours
Flavour[]
ListFlavours
(string $token)
-
string
$token: The session identifier
Lists the news stickers groups
NewStickerGroup[]
ListNewStickerGroups
(string $token)
-
string
$token: The session identifier
Get the list of available queries
Query[]
ListQueries
(string $token)
-
string
$token: The session identifier
Get the list of quicksearch sources
Source[]
ListQuickSearchSources
(string $token)
-
string
$token: The session identifier
Get the list of available sources
Source[]
ListSources
(string $token)
-
string
$token: The session identifier