Class TV_Shows

Description

TV shows class, basic searching functionality

Located in /TVDB/TV_Shows.class.php (line 10)

TVDB
   |
   --TV_Shows
Method Summary
static TV_Show|false findById ( $showId)
static array search ( $showName)
Methods
static method findById (line 39)

Find a tv show by the id from thetvdb.com

  • return: A TV_Show object or false if not found
  • access: public
static TV_Show|false findById ( $showId)
  • $showId
static method search (line 19)

Searches for tv shows based on show name

  • var: the show name to search for
  • return: An array of TV_Show objects matching the show name
  • access: public
static array search ( $showName)
  • $showName

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