Example #1
0
 public function getgeographyAction()
 {
     $geography = new Geography();
     $this->view->json = $geography->getIronAgeGeographyAll();
 }