TVShowJob

This class handles the data you can get from a TVShow job
Methods Summary
public
# __construct( $data , $ipPerson )
Construct Class @param array $data An array with the data of a TVShow job
public
# getTVShowName( )
Get the TVShow's title @return string
public
# getTVShowID( )
Get the TVShow's id @return int
public
# getTVShowOriginalTitle( )
Get the TVShow's original title @return string
public
# getTVShowFirstAirDate( )
Get the TVShow's release date @return string
public
# getPoster( )
Get the TVShow's poster @return string
public
# getTVShowJob( )
Get the name of the job @return string
public
# getTVShowDepartment( )
Get the job department @return string
public
# getTVShowOverview( )
Get the TVShow's overview @return string
public
# getTVShowEpisodeCount( )
Get the TVShow's episode count @return string
public
# getJSON( )
Get the JSON representation of the TVShow job @return string