TVShowRole

This class handles all the data you can get from a TVShowRole
extends Role
Methods Summary
public
# __construct( $data , $idPerson )
Construct Class @param array $data An array with the data of a TVShowRole

Overrides

public
# getTVShowName( )
Get the TVShow's title of the role @return string
public
# getTVShowID( )
Get the TVShow's id @return int
public
# getTVShowOriginalTitle( )
Get the TVShow's original title of the role @return string
public
# getTVShowFirstAirDate( )
Get the TVShow's release date of the role @return string
public
# getJSON( )
Get the JSON representation of the Episode @return string
Methods inherited from Role
__construct(), getCharacter(), getPoster(), get()