PHP 클래스 Moinax\TvDb\Episode

저자: Jérôme Poskin ([email protected])
파일 보기 프로젝트 열기: moinax/tvdb

공개 프로퍼티들

프로퍼티 타입 설명
$directors array
$firstAired DateTime | null
$guestStars array
$id integer
$imdbId string
$language string
$lastUpdated DateTime
$name string
$number integer
$overview string
$rating float
$ratingCount integer
$season integer
$seasonId integer
$serieId integer
$thumbnail string
$writers array

공개 메소드들

메소드 설명
__construct ( SimpleXMLElement $data ) : Episode Constructor

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( SimpleXMLElement $data ) : Episode
$data SimpleXMLElement simplexml element created from thetvdb.com's xml data for the tv episode
리턴 Episode

프로퍼티 상세

$directors 공개적으로 프로퍼티

public array $directors
리턴 array

$firstAired 공개적으로 프로퍼티

public DateTime|null $firstAired
리턴 DateTime | null

$guestStars 공개적으로 프로퍼티

public array $guestStars
리턴 array

$id 공개적으로 프로퍼티

public int $id
리턴 integer

$imdbId 공개적으로 프로퍼티

public string $imdbId
리턴 string

$language 공개적으로 프로퍼티

public string $language
리턴 string

$lastUpdated 공개적으로 프로퍼티

public DateTime $lastUpdated
리턴 DateTime

$name 공개적으로 프로퍼티

public string $name
리턴 string

$number 공개적으로 프로퍼티

public int $number
리턴 integer

$overview 공개적으로 프로퍼티

public string $overview
리턴 string

$rating 공개적으로 프로퍼티

public float $rating
리턴 float

$ratingCount 공개적으로 프로퍼티

public int $ratingCount
리턴 integer

$season 공개적으로 프로퍼티

public int $season
리턴 integer

$seasonId 공개적으로 프로퍼티

public int $seasonId
리턴 integer

$serieId 공개적으로 프로퍼티

public int $serieId
리턴 integer

$thumbnail 공개적으로 프로퍼티

public string $thumbnail
리턴 string

$writers 공개적으로 프로퍼티

public array $writers
리턴 array