Class TV_Episode

Description

TV_Episode class. Class for single tv episode for a TV show.

Located in /TVDB/TV_Episode.class.php (line 9)

TVDB
   |
   --TV_Episode
Variable Summary
array $directors
array $guestStars
integer $id
string $imdbId
string $name
integer|string $number
string $overview
integer|string $season
array $writers
Method Summary
void __construct (simplexmlobject $config)
Variables
array $directors (line 65)

Array of director names (strings)

  • access: public
int $firstAired (line 49)

First air date of the episode measured in number of seconds from the epoch

  • access: public
array $guestStars (line 57)

Array of guest star names (strings)

  • access: public
integer $id (line 17)

The tvdb.com episode id

  • access: public
string $imdbId (line 89)

IMDB id (http://imdb.com/title/$imdbId)

  • access: public
string $name (line 41)

The episode name

  • access: public
integer|string $number (line 33)

The episode number for the season

  • access: public
string $overview (line 81)

Overview of the episode

  • access: public
integer|string $season (line 25)

The season number

  • access: public
array $writers (line 73)

Array of writers names (strings)

  • access: public
Methods
Constructor __construct (line 98)

Constructor

  • access: public
void __construct (simplexmlobject $config)
  • simplexmlobject $config: simplexmlobject created from thetvdb.com's xml data for the tv episode

Inherited Methods

Inherited From TVDB

TVDB::fetchData()
TVDB::removeEmptyIndexes()
TVDB::request()
Class Constants

Inherited Constants

Inherited from TVDB

TVDB::apiKey
TVDB::apiUrl

Documentation generated on Wed, 26 Mar 2008 22:32:01 -0700 by phpDocumentor 1.4.0