Constructs a tariqaThemes Object
Tariqa
__construct
(
$config,
$soap)
Retrieve the content of an RSS feed
Channel
fetchRSS
(
string $token,
string $url, [
int $first =
null], [
int $count =
null])
-
string
$token: Session Identifier
-
string
$url: Url of the feed
-
int
$first: The first article to fetch [OPTIONAL]
-
int
$count: The number of articles to fetch [OPTIONAL]
Fetch a document from the internet
-
string
$token: Session identifier
-
WebRequest
$request: HTTP query
Gets the nymex market share quotations
NymexQuotation[]
GetNymexQuotations
(string $token)
-
string
$token: The session identifier
Search the Commission's LDAP database
LDAPResultSet
ldapFullSearch
(
string $token,
string $filter,
int $max_time,
int $max_results)
-
string
$token: Session Identifier
-
string
$filter: LDAP Query
-
int
$max_time: Maximum duration of the LDAP request in seconds [OPTIONAL]
-
int
$max_results: Maximum number of entries returned by the query [OPTIONAL]
Search the Commission's LDAP database by name or user id
LDAPResultSet
ldapSearch
(
string $token,
string $name,
int $max_time,
int $max_results)
-
string
$token: Session Identifier
-
string
$name: A portion of the name to search (if not including any wildcards ('*') characters, it will be automatically appended AT THE END of the name)
-
int
$max_time: Maximum duration of the LDAP request in seconds [OPTIONAL]
-
int
$max_results: Maximum number of entries returned by the query [OPTIONAL]
List the crisis room users
string[]
ListCrisisRoomUsers
(string $token)
-
string
$token: The session identifier
Send an e-mail message to a list of recipients
boolean
sendMail
(string[] $to, string $sujet, string $contenu, Attachment[] $attachments, string[] $cc, string[] $bcc)
-
string[]
$to
-
string
$sujet
-
string
$contenu
-
Attachment[]
$attachments: [OPTIONAL]
-
string[]
$cc: List of recipients (Carbon copy) [OPTIONAL]
-
string[]
$bcc: List of recipients (Blind carbon copy) [OPTIONAL]
Fetch a document from the internet
Fetch a document from the intranet