Example #1
0
 public function neighborhoodsFromFile($file)
 {
     $json = file_get_contents($file);
     return \Whathood\Entity\Neighborhood::jsonToNeighborhoods($json);
 }