Methods |
public
|
__construct(array $data, int|null $idPerson = null)
Construct Class
Parameters
$data |
An array with the data of a TVShowRole
|
$idPerson |
The person id
|
Overrides
|
#
|
public
|
getTVShowName(): string
Get the TVShow's title of the role
Get the TVShow's title of the role
|
#
|
public
|
getTVShowID(): int
Get the TVShow's id
|
#
|
public
|
getTVShowOriginalTitle(): string
Get the TVShow's original title of the role
Get the TVShow's original title of the role
|
#
|
public
|
getTVShowFirstAirDate(): string
Get the TVShow's release date of the role
Get the TVShow's release date of the role
|
#
|
public
|
getJSON(): string
Get the JSON representation of the TVShowRole
Get the JSON representation of the TVShowRole
|
#
|