Beispiel #1
0
 public function printRoutes()
 {
     foreach ($this->routePricingByCountryId as $key => $cr) {
         echo "Country name: " . CountryCode::getCountryNameById($cr->getCountryId()) . "\t" . $cr->getPrice() . "\n";
     }
 }