Doctrine\OrientDB\Graph\GraphInterface::getVertex PHP Method

getVertex() public method

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