PHP 클래스 GraphAware\Neo4j\OGM\Tests\Integration\Model\Person

파일 보기 프로젝트 열기: graphaware/neo4j-php-ogm 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$born
$id
$movies
$name
$roles Doctrine\Common\Collections\ArrayCollection | Role[]

공개 메소드들

메소드 설명
__construct ( $name = null )
addRole ( Movie $movie, $roles = null )
getBorn ( ) : mixed
getId ( ) : mixed
getName ( ) : mixed
getRoles ( ) : Role

메소드 상세

__construct() 공개 메소드

public __construct ( $name = null )

addRole() 공개 메소드

public addRole ( Movie $movie, $roles = null )
$movie Movie

getBorn() 공개 메소드

public getBorn ( ) : mixed
리턴 mixed

getId() 공개 메소드

public getId ( ) : mixed
리턴 mixed

getName() 공개 메소드

public getName ( ) : mixed
리턴 mixed

getRoles() 공개 메소드

public getRoles ( ) : Role
리턴 Role

프로퍼티 상세

$born 공개적으로 프로퍼티

public $born

$id 공개적으로 프로퍼티

public $id

$movies 공개적으로 프로퍼티

public $movies

$name 공개적으로 프로퍼티

public $name

$roles 공개적으로 프로퍼티

public ArrayCollection,Doctrine\Common\Collections|Role[],GraphAware\Neo4j\OGM\Tests\Integration\Model $roles
리턴 Doctrine\Common\Collections\ArrayCollection | Role[]