PHP 클래스 GraphAware\Neo4j\Client\Formatter\Type\Path

상속: implements GraphAware\Common\Type\Path
파일 보기 프로젝트 열기: graphaware/neo4j-php-client

보호된 프로퍼티들

프로퍼티 타입 설명
$nodes Node[]
$relationships Relationship[]

공개 메소드들

메소드 설명
__construct ( array $nodes, array $relationships )
containsNode ( GraphAware\Common\Type\Node $node )
containsRelationship ( GraphAware\Common\Type\Relationship $relationship )
end ( )
length ( )
nodes ( )
relationships ( )
start ( )

메소드 상세

__construct() 공개 메소드

public __construct ( array $nodes, array $relationships )
$nodes array
$relationships array

containsNode() 공개 메소드

public containsNode ( GraphAware\Common\Type\Node $node )
$node GraphAware\Common\Type\Node

containsRelationship() 공개 메소드

public containsRelationship ( GraphAware\Common\Type\Relationship $relationship )
$relationship GraphAware\Common\Type\Relationship

end() 공개 메소드

public end ( )

length() 공개 메소드

public length ( )

nodes() 공개 메소드

public nodes ( )

relationships() 공개 메소드

public relationships ( )

start() 공개 메소드

public start ( )

프로퍼티 상세

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

protected Node[],GraphAware\Neo4j\Client\Formatter\Type $nodes
리턴 Node[]

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

protected Relationship[],GraphAware\Neo4j\Client\Formatter\Type $relationships
리턴 Relationship[]