]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/class_Base
Continued:
[city.git] / application / city / classes / class_Base
index da87388013c048fcce33ef34675fb80e142598d9..14d4d5425962d25e98aba1175b1b9bebe567bfa5 100644 (file)
@@ -1,10 +1,16 @@
 <?php
+// Own namespace
+namespace Org\Mxchange\City\;
+
+// Import application-specific stuff
+use Org\Mxchange\City\Generic\BaseCitySystem;
+
 /**
  * A general ??? class
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2015 City Developer Team
+ * @copyright  Copyright (c) 2015 - 2023 City Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -21,7 +27,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/>.
  */
-class Base??? extends BaseCitySystem {
+abstract class Base??? extends BaseCitySystem {
        /**
         * Protected constructor
         *
@@ -33,6 +39,3 @@ class Base??? extends BaseCitySystem {
                parent::__construct($className);
        }
 }
-
-// [EOF]
-?>