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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$id
$memberships PlaysInTeam[] | GraphAware\Neo4j\OGM\Common\Collection
$name string

공개 메소드들

메소드 설명
__construct ( $name )
addMembership ( PlaysInTeam $playsInTeam )
getId ( ) : mixed
getMemberships ( ) : GraphAware\Neo4j\OGM\Common\Collection | PlaysInTeam[]
getName ( ) : mixed

메소드 상세

__construct() 공개 메소드

public __construct ( $name )

addMembership() 공개 메소드

public addMembership ( PlaysInTeam $playsInTeam )
$playsInTeam PlaysInTeam

getId() 공개 메소드

public getId ( ) : mixed
리턴 mixed

getMemberships() 공개 메소드

public getMemberships ( ) : GraphAware\Neo4j\OGM\Common\Collection | PlaysInTeam[]
리턴 GraphAware\Neo4j\OGM\Common\Collection | PlaysInTeam[]

getName() 공개 메소드

public getName ( ) : mixed
리턴 mixed

프로퍼티 상세

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

protected $id

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

protected PlaysInTeam[],GraphAware\Neo4j\OGM\Tests\Integration\Model|Collection,GraphAware\Neo4j\OGM\Common $memberships
리턴 PlaysInTeam[] | GraphAware\Neo4j\OGM\Common\Collection

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

protected string $name
리턴 string