PHP 클래스 Movies\Movie

파일 보기 프로젝트 열기: graphaware/neo4j-php-ogm

보호된 프로퍼티들

프로퍼티 타입 설명
$actors Doctrine\Common\Collections\ArrayCollection | Person[]
$id integer
$release integer
$tagline string
$title string

공개 메소드들

메소드 설명
__construct ( string $title, string | null $release = null )
addActor ( Person $person )
getActors ( ) : ArrayCollection | Person[]
getId ( ) : integer
getRelease ( ) : integer
getTagline ( ) : string
getTitle ( ) : string
removeActor ( Person $person )
setTagline ( string $tagline )
setTitle ( string $title )

메소드 상세

__construct() 공개 메소드

public __construct ( string $title, string | null $release = null )
$title string
$release string | null

addActor() 공개 메소드

public addActor ( Person $person )
$person Person

getActors() 공개 메소드

public getActors ( ) : ArrayCollection | Person[]
리턴 Doctrine\Common\Collections\ArrayCollection | Person[]

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getRelease() 공개 메소드

public getRelease ( ) : integer
리턴 integer

getTagline() 공개 메소드

public getTagline ( ) : string
리턴 string

getTitle() 공개 메소드

public getTitle ( ) : string
리턴 string

removeActor() 공개 메소드

public removeActor ( Person $person )
$person Person

setTagline() 공개 메소드

public setTagline ( string $tagline )
$tagline string

setTitle() 공개 메소드

public setTitle ( string $title )
$title string

프로퍼티 상세

$actors 보호되어 있는 프로퍼티

protected ArrayCollection,Doctrine\Common\Collections|Person[],movies $actors
리턴 Doctrine\Common\Collections\ArrayCollection | Person[]

$id 보호되어 있는 프로퍼티

protected int $id
리턴 integer

$release 보호되어 있는 프로퍼티

protected int $release
리턴 integer

$tagline 보호되어 있는 프로퍼티

protected string $tagline
리턴 string

$title 보호되어 있는 프로퍼티

protected string $title
리턴 string