TVShow

This class handles all the data you can get from a TVShow
extends ApiBaseObject
Methods Summary
public
# getName( )
Get the TVShow's name @return string
public
# getOriginalName( )
Get the TVShow's original name @return string
public
# getNumSeasons( )
Get the TVShow's number of seasons @return int
public
# getNumEpisodes( )
Get the TVShow's number of episodes @return int
public
# getSeason( $numSeason )
Get a TVShow's season @param int $numSeason The season number
public
# getSeasons( )
Get the TvShow's seasons @return Season[]
public
# getBackdrop( )
Get the TVShow's Backdrop @return string
public
# getOverview( )
Get the TVShow's Overview @return string
public
# getInProduction( )
Get if the TVShow is in production @return boolean
public
# getJSON( )
Get the JSON representation of the TVShow @return string
public
Methods inherited from ApiBaseObject
__construct(), getID(), getPoster(), getVoteAverage(), getVoteCount(), getCast(), getCredits(), getGenres(), getCrew(), get()
Constants inherited from ApiBaseObject
MEDIA_TYPE_MOVIE , CREDITS_TYPE_CAST , CREDITS_TYPE_CREW , MEDIA_TYPE_TV
Properties inherited from ApiBaseObject
$_data