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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$endNode
$id
$startNode

공개 메소드들

메소드 설명
__construct ( BothTest $start, BothTest $end )
getEndNode ( ) : mixed
getId ( ) : mixed
getStartNode ( ) : mixed

메소드 상세

__construct() 공개 메소드

public __construct ( BothTest $start, BothTest $end )
$start BothTest
$end BothTest

getEndNode() 공개 메소드

public getEndNode ( ) : mixed
리턴 mixed

getId() 공개 메소드

public getId ( ) : mixed
리턴 mixed

getStartNode() 공개 메소드

public getStartNode ( ) : mixed
리턴 mixed

프로퍼티 상세

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

protected $endNode

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

protected $id

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

protected $startNode