MovieJob

This class handles the data you can get from a MovieJob
Methods Summary
public
# __construct( $data , $ipPerson )
Construct Class @param array $data An array with the data of a Movie job
public
# getMovieTitle( )
Get the Movie's title @return string
public
# getMovieID( )
Get the Movie's id @return int
public
# getMovieOriginalTitle( )
Get the Movie's original title @return string
public
# getMovieReleaseDate( )
Get the Movie's release date @return string
public
# getPoster( )
Get the Movie's poster @return string
public
# getMovieJob( )
Get the name of the job @return string
public
# getMovieDepartment( )
Get the job department @return string
public
# getMovieOverview( )
Get the Movie's overview @return string
public
# getJSON( )
Get the JSON representation of the Movie job @return string