コード例 #1
0
 /**
  * List action - lists airports in alphabetical order
  */
 public function all()
 {
     $this->respond($this->_airportRepo->getAll());
 }
コード例 #2
0
 /**
  * List action - lists airports in alphabetical order
  */
 public function all()
 {
     $this->respond($this->_tripsRepo->getAll());
 }