Constructs a tariqaThemes Object
Tariqa
__construct
(
$config,
$soap)
Fetch the articles from the LatestNews database
Resultset
fetchLatestNews
(
string $token,
string $query, [
float $range =
null], [
int $page_number =
null], [
int $page_size =
null], [
boolean $paginal =
true])
-
string
$token: Session Identifier
-
string
$query: SQL query
-
float
$range: Time range in days (you may use fractions!) [OPTIONAL]
-
int
$page_number: Which page of articles to fetch [OPTIONAL]
-
int
$page_size: How many articles should be displayed on each page [OPTIONAL]
-
boolean
$paginal: If set to true, the results are paginated, else page_number represents the first result, and page_size the number of results [OPTIONAL]
Fetch the articles from the LatestNews database
Article
getLatestNewsArticle
(
string $token,
string $id)
-
string
$token: Session Identifier
-
string
$id: Article ID
Fetch the articles from the LatestNews database
LatestNewsDocument[]
latestNewsFetch
(
string $token,
LatestNewsResultset $resultset, [
int $first =
null], [
int $count =
null])
-
string
$token: Session Identifier
-
LatestNewsResultset
$resultset: The resultset returned by a latestNewsSearch() operation
-
int
$first: [OPTIONAL]
-
int
$count: [OPTIONAL]
Get a LatestNews Document
-
string
$token: Session Identifier
-
int
$id: Article ID
Search for articles in the LatestNews database
-
string
$token: Session Identifier
-
string
$query: SQL query
-
float
$range: Time range in days (you may use fractions!) [OPTIONAL]