Methods |
public
|
getName(): string
Get the TVShow's name
|
#
|
public
|
getOriginalName(): string
Get the TVShow's original name
Get the TVShow's original name
|
#
|
public
|
getNumSeasons(): int
Get the TVShow's number of seasons
Get the TVShow's number of seasons
|
#
|
public
|
getNumEpisodes(): int
Get the TVShow's number of episodes
Get the TVShow's number of episodes
|
#
|
public
|
getSeason(int $numSeason): int
Get a TVShow's season
Parameters
$numSeason |
The season number
|
|
#
|
public
|
getSeasons(): Season[]
Get the TvShow's seasons
|
#
|
public
|
getBackdrop(): string
Get the TVShow's Backdrop
Get the TVShow's Backdrop
|
#
|
public
|
getOverview(): string
Get the TVShow's Overview
Get the TVShow's Overview
|
#
|
public
|
getInProduction(): boolean
Get if the TVShow is in production
Get if the TVShow is in production
|
#
|
public
|
getJSON(): string
Get the JSON representation of the TVShow
Get the JSON representation of the TVShow
|
#
|
public
|
getMediaType(): string
|
#
|