Example #1
0
 protected function factoryCollectionFromFilePath($filePath)
 {
     $data = $this->parserFromFile($filePath);
     $collection = new Collection($this->parserProcess($data));
     $collection->setMeta($this->parserMetas($data));
     return $collection;
 }