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

getGraph() защищенный Метод

Returns the graph associated with this algorithm instance.
protected getGraph ( ) : Doctrine\OrientDB\Graph\GraphInterface
Результат Doctrine\OrientDB\Graph\GraphInterface
    protected function getGraph()
    {
        return $this->graph;
    }