]> git.mxchange.org Git - city.git/blobdiff - application/city/interfaces/manager/city_entities/class_ManageableCityEntities.php
Continued (first wave of migration):
[city.git] / application / city / interfaces / manager / city_entities / class_ManageableCityEntities.php
index 127201a174246e966e8710e8d1b8a50b145df4c4..3d1908da214ad971f335ba579e33e049b8c7d1e6 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2015 City Developer Team
+ * @copyright  Copyright (c) 2015, 2016 City Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 interface ManageableCityEntities extends Manageable {
-       /**
-        * Checks whether at least one map requires expansion
-        *
-        * @return      $requiresExpansion      Whether a map requires expansion
-        */
-       function isMapPendingExpansion ();
-
-       /**
-        * Expands any map that requires expansion
-        *
-        * @return      void
-        */
-       function expandMaps ();
 }
-
-// [EOF]
-?>