PHP 인터페이스 Doctrine\OrientDB\Graph\GraphInterface

파일 보기 프로젝트 열기: doctrine/orientdb-odm

공개 메소드들

메소드 설명
add ( Doctrine\OrientDB\Graph\VertexInterface $vertex ) : Doctrine\OrientDB\Graph\GraphInterface Adds a new vertex to the current graph.
getVertex ( mixed $id ) : Doctrine\OrientDB\Graph\VertexInterface Returns the vertex identified with the $id associated to this graph.
getVertices ( ) : Array Returns all the vertices that belong to this graph.

메소드 상세

add() 공개 메소드

Adds a new vertex to the current graph.
public add ( Doctrine\OrientDB\Graph\VertexInterface $vertex ) : Doctrine\OrientDB\Graph\GraphInterface
$vertex Doctrine\OrientDB\Graph\VertexInterface
리턴 Doctrine\OrientDB\Graph\GraphInterface

getVertex() 공개 메소드

Returns the vertex identified with the $id associated to this graph.
public getVertex ( mixed $id ) : Doctrine\OrientDB\Graph\VertexInterface
$id mixed
리턴 Doctrine\OrientDB\Graph\VertexInterface

getVertices() 공개 메소드

Returns all the vertices that belong to this graph.
public getVertices ( ) : Array
리턴 Array