[PHP--TVDB] element index

All elements
a d f g i n o p r s t w z _
_
top
__construct
TV_Show::__construct() in TV_Show.class.php
Constructor
__construct
TV_Episode::__construct() in TV_Episode.class.php
Constructor
a
top
$actors
TV_Show::$actors in TV_Show.class.php
Array of actor names
$airTime
TV_Show::$airTime in TV_Show.class.php
Time the tv show airs
apiKey
TVDB::apiKey in TVDB.class.php
API key for thetvdb.com
apiUrl
TVDB::apiUrl in TVDB.class.php
Base url for api requests
d
top
$dayOfWeek
TV_Show::$dayOfWeek in TV_Show.class.php
Day of the week the TV show airs (Sunday, Monday, ...)
$directors
TV_Episode::$directors in TV_Episode.class.php
Array of director names (strings)
f
top
$firstAired
TV_Show::$firstAired in TV_Show.class.php
First air date
$firstAired
TV_Episode::$firstAired in TV_Episode.class.php
First air date of the episode measured in number of seconds from the epoch
fetchData
TVDB::fetchData() in TVDB.class.php
Fetches data via curl and returns result
findById
TV_Shows::findById() in TV_Shows.class.php
Find a tv show by the id from thetvdb.com
g
top
$genres
TV_Show::$genres in TV_Show.class.php
Array of genres the tv show is (strings)
$guestStars
TV_Episode::$guestStars in TV_Episode.class.php
Array of guest star names (strings)
getEpisode
TV_Show::getEpisode() in TV_Show.class.php
Get a specific episode by season and episode number
i
top
$id
TV_Show::$id in TV_Show.class.php
thetvdb.com show id
$id
TV_Episode::$id in TV_Episode.class.php
The tvdb.com episode id
$imdbId
TV_Show::$imdbId in TV_Show.class.php
IMDB's id for the tv show (http://imdb.com/title/$imdbId)
$imdbId
TV_Episode::$imdbId in TV_Episode.class.php
IMDB id (http://imdb.com/title/$imdbId)
n
top
$name
TV_Episode::$name in TV_Episode.class.php
The episode name
$network
TV_Show::$network in TV_Show.class.php
TV Network the show is on
$number
TV_Episode::$number in TV_Episode.class.php
The episode number for the season
o
top
$overview
TV_Show::$overview in TV_Show.class.php
Overview of the TV Show
$overview
TV_Episode::$overview in TV_Episode.class.php
Overview of the episode
p
top
PHPTVDB_API_KEY
PHPTVDB_API_KEY in TVDB.php
ADD YOUR API KEY HERE
r
top
$rating
TV_Show::$rating in TV_Show.class.php
Rating of the tv show
$runtime
TV_Show::$runtime in TV_Show.class.php
TV show runtime. Various formats (60 minutes, 30 mins)
removeEmptyIndexes
TVDB::removeEmptyIndexes() in TVDB.class.php
Removes indexes from an array if they are zero length after trimming
request
TVDB::request() in TVDB.class.php
Fetches data from thetvdb.com api based on action
s
top
$season
TV_Episode::$season in TV_Episode.class.php
The season number
$seriesName
TV_Show::$seriesName in TV_Show.class.php
Name of the TV show
$status
TV_Show::$status in TV_Show.class.php
Current status of the TV Show. Values are 'Ended', 'Continuing' (other unknown values possible)
search
TV_Shows::search() in TV_Shows.class.php
Searches for tv shows based on show name
t
top
TVDB
TVDB in TVDB.class.php
Base TVDB library class, provides universal functions and variables
TVDB.class.php
TVDB.class.php in TVDB.class.php
TV_Episode.class.php
TV_Episode.class.php in TV_Episode.class.php
TV_Show.class.php
TV_Show.class.php in TV_Show.class.php
TV_Shows.class.php
TV_Shows.class.php in TV_Shows.class.php
TVDB.php
TVDB.php in TVDB.php
TV_Episode
TV_Episode in TV_Episode.class.php
TV_Episode class. Class for single tv episode for a TV show.
TV_Show
TV_Show in TV_Show.class.php
Base class for interacting with TV shows
TV_Shows
TV_Shows in TV_Shows.class.php
TV shows class, basic searching functionality
w
top
$writers
TV_Episode::$writers in TV_Episode.class.php
Array of writers names (strings)
z
top
$zap2ItId
TV_Show::$zap2ItId in TV_Show.class.php
Zap2It's id for the tv show (not sure how it is used yet)
a d f g i n o p r s t w z _