]> git.mxchange.org Git - city.git/blobdiff - application/city/interfaces/manager/region/class_ManageableRegionMap.php
Continued (first wave of migration):
[city.git] / application / city / interfaces / manager / region / class_ManageableRegionMap.php
index 41dca2c5d721170969414272e252a972849910d6..b46c0bb825a39e06ce54e163e589ebd8a0709410 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
  *
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-interface ManageableRegionMap extends FrameworkInterface {
+interface ManageableRegionMap extends Manageable {
        /**
         * Creates a map, if not found yet, for given result which should contain
         * data about the region in question
@@ -31,6 +31,3 @@ interface ManageableRegionMap extends FrameworkInterface {
         */
        function createRegionMapByResult (SearchableResult $resultInstance);
 }
-
-// [EOF]
-?>