예제 #1
0
파일: Collection.php 프로젝트: kmfk/slowdb
 /**
  * Traverses the file to build the Index
  */
 private function rebuildIndex()
 {
     $this->index = new ArrayCollection($this->file->buildIndex());
 }