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

getGraph() protected method

Returns the graph associated with this algorithm instance.
protected getGraph ( ) : Doctrine\OrientDB\Graph\GraphInterface
return Doctrine\OrientDB\Graph\GraphInterface
    protected function getGraph()
    {
        return $this->graph;
    }