Methods |
public
|
__construct(array $data)
Construct Class
Parameters
$data |
An array with the data of the Person
|
|
#
|
public
|
getName(): string
Get the Person's name
|
#
|
public
|
getID(): int
Get the Person's id
|
#
|
public
|
getProfile(): string
Get the Person's profile image
Get the Person's profile image
|
#
|
public
|
getBirthday(): string
Get the Person's birthday
Get the Person's birthday
|
#
|
public
|
getPlaceOfBirth(): string
Get the Person's place of birth
Get the Person's place of birth
|
#
|
public
|
getImbdID(): string
Get the Person's imdb id
|
#
|
public
|
getPopularity(): int
Get the Person's popularity
Get the Person's popularity
|
#
|
public
|
getJob(): int
Get the Person's popularity
Get the Person's popularity
|
#
|
public
|
getMovieRoles(): MovieRole[]
Get the Person's MovieRoles
Get the Person's MovieRoles
|
#
|
public
|
getTVShowRoles(): TVShowRole[]
Get the Person's TVShowRoles
Get the Person's TVShowRoles
|
#
|
public
|
get(string $item = ''): array
Get Generic.<br>
Get a item of the array, you should not get used to use this, better use specific get's.
Get Generic.
Get a item of the array, you should not get used to use this, better use specific get's.
Parameters
$item |
The item of the $data array you want
|
|
#
|
public
|
getJSON(): string
Get the JSON representation of the Episode
Get the JSON representation of the Episode
|
#
|
public
|
getMediaType(): string
|
#
|