Movie

This class handles all the data you can get from a Movie
extends ApiBaseObject
Methods Summary
public
# getTitle( )
Get the Movie's title @return string
public
# getTagline( )
Get the Movie's tagline @return string
public
# getDirectorIds( )
Get the Movie Directors IDs @return array(int)
public
# getTrailers( )
Get the Movie's trailers @return array
public
# getTrailer( )
Get the Movie's trailer @return string | null
public
# getReviews( )
Get the Movie's reviews @return Review[]
public
# getCompanies( )
Get the Movie's companies @return Company[]
public
# setAPI( \TMDB $tmdb )
Set an instance of the API
public
# getJSON( )
Get the JSON representation of the Movie @return string
public
Methods inherited from ApiBaseObject
__construct(), getID(), getPoster(), getVoteAverage(), getVoteCount(), getCast(), getCredits(), getGenres(), getCrew(), get()
Constants inherited from ApiBaseObject
MEDIA_TYPE_MOVIE , CREDITS_TYPE_CAST , CREDITS_TYPE_CREW , MEDIA_TYPE_TV
Properties inherited from ApiBaseObject
$_data