Constructs a tariqaThemes Object
Tariqa
__construct
(
$config,
$soap)
Deletes a theme user defined query
boolean
DeleteThemeUserDefinedQuery
(string $token, int $theme_id)
-
string
$token: The session identifier
-
int
$theme_id: The theme identifier
Get the content of a theme
Theme
GetTheme
(
string $token,
int $theme_id)
-
string
$token: The session identifier
-
int
$theme_id: The theme identifier
Get the list of available queries for a defined contry
Query[]
GetThemeQueries
(string $token, int $theme_id)
-
string
$token: The session identifier
-
int
$theme_id: The selected theme identifier
Get a topic theme
ThemeTopic
GetThemeTopic
(
string $token,
int $topic_id)
-
string
$token: The session identifier
-
int
$topic_id: The topic identifier
Get a topic query
TopicQuery
GetTopicQuery
(
string $token,
int $topic_id,
int $query_id)
-
string
$token: The session identifier
-
int
$topic_id: The topic identifier
-
int
$query_id: The query identifier
Get the list of available themes
Theme[]
ListThemes
(string $token, [boolean $no_texts = false])
-
string
$token: The session identifier
-
boolean
$no_texts: If true, do not fetch the texts [OPTIONAL]
Lists the topics for a given theme
ThemeTopic[]
ListThemeTopics
(string $token, int $theme_id)
-
string
$token: The session identifier
-
int
$theme_id: The theme identifier
List the topics themes with queries
ThemeTopicCollection[]
ListThemeTopicsWithQueries
(string $token, int $theme_id)
-
string
$token: The session identifier
-
int
$theme_id: The theme identifier
Lists the theme users
ThemeUsers
ListThemeUsers
(
string $token,
int $theme_id)
-
string
$token: The session identifier
-
int
$theme_id: The theme identifier
Lists the queries for a theme topic
TopicQuery[]
ListTopicQueries
(string $token, int $topic_id)
-
string
$token: The session identifier
-
int
$topic_id: The topic identifier
Sets the short text and long text of a theme
boolean
SetThemeText
(string $token, int $theme_id, string $short_text, string $long_text)
-
string
$token: The session identifier
-
int
$theme_id: The theme identifier
-
string
$short_text: The short text
-
string
$long_text: The long text
Sets the user defined query for the theme
int
SetThemeUserDefinedQuery
(
string $token,
int $theme_id,
Query $query)
-
string
$token: The session identifier
-
int
$theme_id: The theme identifier
-
Query
$query: The query