예제 #1
0
 public function aircraft()
 {
     $acstats = StatsData::AircraftUsage();
     $this->set('acstats', $acstats);
     $this->render('reports_aircraft.php');
 }
예제 #2
0
 /**
  * Return summary/detailed information about all aircraft
  *
  * @return array Array of objects with the flight data
  *
  */
 public static function getAircraftDetails()
 {
     return StatsData::AircraftUsage();
 }