]> git.mxchange.org Git - city.git/blobdiff - application/city/interfaces/manager/city/class_ManageableCity.php
Added region database handling and creation (partly finished).
[city.git] / application / city / interfaces / manager / city / class_ManageableCity.php
index 454b248ce2372583cebe82b1136592284fe24caa..206e4d442a1c6b08e6d631da327b770dd076e43e 100644 (file)
@@ -36,6 +36,13 @@ interface ManageableCity extends FrameworkInterface {
         * @return      $isTaken        Whether the given city name is already taken
         */
        function ifCityNameExists ($cityName);
+
+       /**
+        * Founds the first city. A dummy region will also be created
+        *
+        * @return      void
+        */
+       function foundFirstCity ();
 }
 
 // [EOF]