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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$id integer
$name string
$playsIn PlaysInTeam

공개 메소드들

메소드 설명
__construct ( $name )
addToTeam ( Team $team, $timestamp = null )
getId ( ) : mixed
getName ( ) : mixed
getTeamMembership ( ) : mixed

메소드 상세

__construct() 공개 메소드

public __construct ( $name )

addToTeam() 공개 메소드

public addToTeam ( Team $team, $timestamp = null )
$team Team

getId() 공개 메소드

public getId ( ) : mixed
리턴 mixed

getName() 공개 메소드

public getName ( ) : mixed
리턴 mixed

getTeamMembership() 공개 메소드

public getTeamMembership ( ) : mixed
리턴 mixed

프로퍼티 상세

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

protected int $id
리턴 integer

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

protected string $name
리턴 string

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

protected PlaysInTeam,GraphAware\Neo4j\OGM\Tests\Integration\Model $playsIn
리턴 PlaysInTeam