Episode

This class handles all the data you can get from a Episode
Methods Summary
public
# __construct( $data , $idTVShow = 0 )
Construct Class @param array $data An array with the data of the Episode
public
# getID( )
Get the episode's id @return int
public
# getName( )
Get the Episode's name @return string
public
# getTVShowID( )
Get the Season's TVShow id @return int
public
# getSeasonNumber( )
Get the Season's number @return int
public
# getEpisodeNumber( )
Get the Episode's number @return string
public
# getOverview( )
Get the Episode's Overview @return string
public
# getStill( )
Get the Seasons's Still @return string
public
# getAirDate( )
Get the Season's AirDate @return string
public
# getVoteAverage( )
Get the Episode's vote average @return int
public
# getVoteCount( )
Get the Episode's vote count @return int
public
# get( $item = '' )
Get Generic.<br> Get a item of the array, you should not get used to use this, better use specific get's. @param string $item The item of the $data array you want
public
# getJSON( )
Get the JSON representation of the Episode @return string