Doctrine\OrientDB\Graph\Vertex::getConnections PHP Method

getConnections() public method

Returns the connections of the current vertex.
public getConnections ( ) : Array
return Array
    public function getConnections()
    {
        return $this->connections;
    }