MovieRole

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

Overrides

public
# getMovieTitle( )
Get the Movie's title of the role @return string
public
# getMovieID( )
Get the Movie's id @return int
public
# getMovieOriginalTitle( )
Get the Movie's original title of the role @return string
public
# getMovieReleaseDate( )
Get the Movie'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()