Beispiel #1
0
 public static function getInstance()
 {
     if (CountryCode::$instance == null) {
         CountryCode::$instance = new CountryCode();
     }
     return CountryCode::$instance;
 }