Doctrine\OrientDB\Graph\Algorithm\Dijkstra::getStartingVertex PHP Метод

getStartingVertex() публичный Метод

Retrieves the vertex which we are starting from to calculate the shortest path.
public getStartingVertex ( ) : Doctrine\OrientDB\Graph\VertexInterface
Результат Doctrine\OrientDB\Graph\VertexInterface
    public function getStartingVertex()
    {
        return $this->startingVertex;
    }