]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/class_
Next wave:
[city.git] / application / city / classes / class_
index 2ebd8759474ac7673624169efeeae9ee5b0820fb..408811fcbbd2dcef25e59e49dcfc62ac69f6169a 100644 (file)
@@ -1,10 +1,16 @@
 <?php
+// Own namespace
+namespace Org\Mxchange\City\;
+
+// Import own stuff
+use Org\Mxchange\City\Generic\BaseCitySystem;
+
 /**
- * A ???
+ * A ??? city class
  *
  * @author             Roland Haeder <webmaster@ship-simu.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.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 ??? extends BaseFrameworkSystem implements === {
+class ??? extends BaseCitySystem implements === {
        /**
         * Protected constructor
         *
@@ -45,6 +51,3 @@ class ??? extends BaseFrameworkSystem implements === {
                return $!!!Instance;
        }
 }
-
-// [EOF]
-?>