PHP Class Doctrine\OrientDB\Graph\Graph

Inheritance: implements Doctrine\OrientDB\Graph\GraphInterface
Afficher le fichier Open project: doctrine/orientdb-odm Class Usage Examples

Protected Properties

Свойство Type Description
$vertices array All the vertices in the graph

Méthodes publiques

Méthode Description
add ( Doctrine\OrientDB\Graph\VertexInterface $vertex )
getVertex ( $id )
getVertices ( )

Method Details

add() public méthode

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

getVertex() public méthode

public getVertex ( $id )

getVertices() public méthode

public getVertices ( )

Property Details

$vertices protected_oe property

All the vertices in the graph
protected array $vertices
Résultat array