Person

This class handles all the data you can get from a Person
Methods Summary
public
# __construct( $data )
Construct Class @param array $data An array with the data of the Person
public
# getName( )
Get the Person's name @return string
public
# getID( )
Get the Person's id @return int
public
# getProfile( )
Get the Person's profile image @return string
public
# getBirthday( )
Get the Person's birthday @return string
public
# getPlaceOfBirth( )
Get the Person's place of birth @return string
public
# getImbdID( )
Get the Person's imdb id @return string
public
# getPopularity( )
Get the Person's popularity @return int
public
# getJob( )
Get the Person's popularity @return int
public
# getMovieRoles( )
Get the Person's MovieRoles @return MovieRole[]
public
# getTVShowRoles( )
Get the Person's TVShowRoles @return TVShowRole[]
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
public
Constants Summary
public string MEDIA_TYPE_PERSON
# 'person'
public string JOB_DIRECTOR
# 'Director'