Constructs a tariqaThemes Object
Tariqa
__construct
(
$config,
$soap)
Count the number of available Records from the video archive
int
countVideoArchiveRecords
(string $token, [string $channel = null], [int $start_date = null], [int $end_date = null], [string $title = null])
-
string
$token: The session identifier
-
string
$channel: Channel name (* wildcard supported) [OPTIONAL]
-
int
$start_date: Start date (unix timestamp) [OPTIONAL]
-
int
$end_date: End date (unix timestamp) [OPTIONAL]
-
string
$title: Program title (* wildcard supported) [OPTIONAL]
Get the list of available Channels from the video archive (channels that have records)
string[]
listVideoArchiveChannels
(string $token, [string $channel = null], [int $start_date = null], [int $end_date = null], [string $title = null])
-
string
$token: The session identifier
-
string
$channel: Channel name (* wildcard supported) [OPTIONAL]
-
int
$start_date: Start date (unix timestamp) [OPTIONAL]
-
int
$end_date: End date (unix timestamp) [OPTIONAL]
-
string
$title: Program title (* wildcard supported) [OPTIONAL]
Get the list of available Records from the video archive
VideoArchiveRecord[]
listVideoArchiveRecords
(string $token, [int $first_record = null], [int $record_count = null], [string $channel = null], [int $start_date = null], [int $end_date = null], [string $title = null])
-
string
$token: The session identifier
-
int
$first_record: Number of the first record to return (default 0) [OPTIONAL]
-
int
$record_count: Number of records to return (default all) [OPTIONAL]
-
string
$channel: Channel name (* wildcard supported) [OPTIONAL]
-
int
$start_date: Start date (unix timestamp) [OPTIONAL]
-
int
$end_date: End date (unix timestamp) [OPTIONAL]
-
string
$title: Program title (* wildcard supported) [OPTIONAL]
Build the SQL query for Vide Archive Access
string
videoArchiveBuildSQLQuery
([int $first_record = null], [int $record_count = null], [string $channel = null], [int $start_date = null], [int $end_date = null], [string $title = null])
-
int
$first_record: Number of the first record to return (default 0) [OPTIONAL]
-
int
$record_count: Number of records to return (default all) [OPTIONAL]
-
string
$channel: Channel name (* wildcard supported) [OPTIONAL]
-
int
$start_date: Start date (unix timestamp) [OPTIONAL]
-
int
$end_date: End date (unix timestamp) [OPTIONAL]
-
string
$title: Program title (* wildcard supported) [OPTIONAL]