Example #1
0
 public function __construct()
 {
     $this->vertices = VerticesMap::factoryArrayReference($this->verticesStorage);
     $this->edges = Edges::factoryArrayReference($this->edgesStorage);
 }