Doctrine\OrientDB\Graph\Algorithm\Dijkstra::getEndingVertex PHP Method

getEndingVertex() public method

Gets the vertex which we are pointing to.
public getEndingVertex ( ) : Doctrine\OrientDB\Graph\VertexInterface
return Doctrine\OrientDB\Graph\VertexInterface
    public function getEndingVertex()
    {
        return $this->endingVertex;
    }