This class handles all the data you can get from the api Configuration
Methods | ||
---|---|---|
public
|
__construct(array $data, $idTVShow = 0)
|
# |
public
|
getID(): int
|
# |
public
|
getName(): string
|
# |
public
|
getTVShowID(): int
|
# |
public
|
getSeasonNumber(): int
|
# |
public
|
getEpisodeNumber(): string
|
# |
public
|
getOverview(): string
|
# |
public
|
getStill(): string
|
# |
public
|
getAirDate(): string
|
# |
public
|
getVoteAverage(): int
|
# |
public
|
getVoteCount(): int
|
# |
public
|
get(string $item = ''): array
|
# |
public
|
getJSON(): string
|
# |