コード例 #1
0
ファイル: Graph.php プロジェクト: johnathanmdell/graph
 public function __construct()
 {
     $this->vertices = VerticesMap::factoryArrayReference($this->verticesStorage);
     $this->edges = Edges::factoryArrayReference($this->edgesStorage);
 }