Methods |
public
|
__construct(array $data, int|null $idPerson = null)
Construct Class
Parameters
$data |
An array with the data of the MovieRole
|
$idPerson |
The Person id
|
Overrides
|
#
|
public
|
getMovieTitle(): string
Get the Movie's title
|
#
|
public
|
getMovieID(): int
Get the Movie's id
|
#
|
public
|
getMovieOriginalTitle(): string
Get the Movie's original title
Get the Movie's original title
|
#
|
public
|
getMovieReleaseDate(): string
Get the Movie's release date
Get the Movie's release date
|
#
|
public
|
getJSON(): string
Get the JSON representation of the MovieRole
Get the JSON representation of the MovieRole
|
#
|