PHP 클래스 Doctrine\OrientDB\Graph\Graph

상속: implements Doctrine\OrientDB\Graph\GraphInterface
파일 보기 프로젝트 열기: doctrine/orientdb-odm 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$vertices array All the vertices in the graph

공개 메소드들

메소드 설명
add ( Doctrine\OrientDB\Graph\VertexInterface $vertex )
getVertex ( $id )
getVertices ( )

메소드 상세

add() 공개 메소드

public add ( Doctrine\OrientDB\Graph\VertexInterface $vertex )
$vertex Doctrine\OrientDB\Graph\VertexInterface

getVertex() 공개 메소드

public getVertex ( $id )

getVertices() 공개 메소드

public getVertices ( )

프로퍼티 상세

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

All the vertices in the graph
protected array $vertices
리턴 array