Deprecated call removed
authorRoland Häder <roland@mxchange.org>
Tue, 11 Aug 2009 17:12:05 +0000 (17:12 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 11 Aug 2009 17:12:05 +0000 (17:12 +0000)
24 files changed:
application/selector/class_ApplicationSelector.php
application/ship-simu/main/bank/class_MoneyBank.php
application/ship-simu/main/class_
application/ship-simu/main/class_BasePersonell.php
application/ship-simu/main/class_BaseSimulator.php
application/ship-simu/main/class_Merchant.php
application/ship-simu/main/class_WorksContract.php
application/ship-simu/main/commands/web/class_WebShipsimuGuestLoginCommand.php
application/ship-simu/main/commands/web/class_WebShipsimuProfileCommand.php
application/ship-simu/main/commands/web/class_WebShipsimuRefillCommand.php
application/ship-simu/main/commands/web/class_WebShipsimuRegisterCommand.php
application/ship-simu/main/commands/web/class_WebShipsimuUserLoginCommand.php
application/ship-simu/main/commands/web/company/class_WebShipSimuCompanyCommand.php
application/ship-simu/main/constructions/yards/class_Shipyard.php
application/ship-simu/main/factories/class_ShipSimuWebNewsFactory.php
application/ship-simu/main/government/class_SimplifiedGovernment.php
application/ship-simu/main/login/class_ShipSimuGuestLogin.php
application/ship-simu/main/login/class_ShipSimuUserLogin.php
application/ship-simu/main/parts/maschineroom/class_MaschineRoom.php
application/ship-simu/main/personell/class_SimulatorPersonell.php
application/ship-simu/main/ships/passenger/class_PassengerShip.php
application/ship-simu/main/structures/extended/cabines/class_BaseCabin.php
application/ship-simu/main/structures/extended/decks/class_BaseDeck.php
application/ship-simu/main/structures/extended/upper/class_Bridge.php

index ee637f7d1a68705cca9aa2cf7e6642b6007c5e20..2832f83f011880fd95e8a8444b14f82aa15d3677 100644 (file)
@@ -51,10 +51,6 @@ class ApplicationSelector extends BaseFrameworkSystem {
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Remove system array and thousand seperator
-               $this->removeSystemArray();
-               $this->removeNumberFormaters();
-
                // Initialize the array lists
                $this->initializeAppsList();
                $this->initializeTemplatesList();
index 5dacd34cc7933bf6be64be9492ee3878db0249ea..a065f35fb9f464066aeb954c95c38588dc16381f 100644 (file)
@@ -30,9 +30,6 @@ class MoneyBank extends BaseFrameworkSystem implements Registerable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeSystemArray();
        }
 
        /**
index f87bf80e28ef67a760c14926fa863183b81151ee..956f6c525d684a75ad5debf577da59d229506582 100644 (file)
@@ -30,10 +30,6 @@ class ??? extends BaseFrameworkSystem {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**
index ce41516ac99f44fc556e642f4b1702900e236b14..e79cd48c869f21f6d3a0f5663e3edbfb4decb8b6 100644 (file)
@@ -51,10 +51,6 @@ class BasePersonell extends BaseFrameworkSystem implements Personellizer {
        protected function __construct ($className) {
                // Call parent constructor
                parent::__construct($className);
-
-               // Tidy up a little
-               $this->removeSystemArray();
-               $this->removeNumberFormaters();
        }
 
        // Remove min/max ages
index ffe7af6f2ca3988c82eb179533b205b834686ccf..d26ea246fe2ed5e23f4165ff880bc52155a4f801 100644 (file)
@@ -47,8 +47,6 @@ class BaseSimulator extends BaseFrameworkSystem {
                parent::__construct($className);
 
                // Clean up a little, dies sollte ganz zum Schluss erfolgen!
-               $this->removeSystemArray();
-               $this->removeNumberFormaters();
                $this->removeResizeFactorArray();
                $this->removeCurrPart();
                $this->removeCurrShip();
index bb321d6d48a0eba625bd4ef35e9c29a37ba2cd4f..4d2926e7186a90028a322d242d694bdf0ccc0dc3 100644 (file)
@@ -35,9 +35,6 @@ class Merchant extends BaseFrameworkSystem {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeSystemArray();
        }
 
        // Haendler mit Namen erzeugen
index 424cd8b77affc288c0d5e31ae6b6553c9d8c7f4a..ff4e019907f59eacd5fe66fe99fc260dc8a7e2a3 100644 (file)
@@ -44,10 +44,6 @@ class WorksContract extends BaseFrameworkSystem implements SignableContract {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeSystemArray();
-               $this->removeNumberFormaters();
        }
 
        // Neuen Bauvertrag generieren
index 5c1cf1fab1b0d9459e466c45596c00069ecfa63d..b2d80a14ff303fa9f9817b9b72a5fa87985a8b54 100644 (file)
@@ -30,10 +30,6 @@ class WebShipsimuGuestLoginCommand extends BaseCommand implements Commandable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**
index 7c64fdda1354658e879034ef24ba1570cd4834b9..995ebf7d502e4b5d80bf18e21390307ef013109f 100644 (file)
@@ -54,10 +54,6 @@ class WebShipsimuProfileCommand extends BaseCommand implements Commandable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**
index 6d2450e4437f7c9391e733c78018c48e9985e711..4be725677057b3cb7d6a84dcb82783201ebcb3ea 100644 (file)
@@ -30,10 +30,6 @@ class WebShipsimuRefillCommand extends BaseCommand implements Commandable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**
index a5ee82651de9d9eedc7294a8b558b4842bc1ea49..fe2b5b905f0566cd09976023f17f084c5067746d 100644 (file)
@@ -30,10 +30,6 @@ class WebShipsimuRegisterCommand extends BaseCommand implements Commandable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**
index add9a42eb8c60778c69b819b207048a275d36df8..67b1ea630a9709bd9872bbcaa12b0b35b5630fe4 100644 (file)
@@ -30,10 +30,6 @@ class WebShipsimuUserLoginCommand extends BaseCommand implements Commandable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**
index 63d46529804d8b1c2012529c98cab6613c888555..9f8cde84fcae984cc0535da7fd72466ecdf3d9ad 100644 (file)
@@ -30,10 +30,6 @@ class WebShipSimuCompanyCommand extends BaseCommand implements Commandable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**
index eca03bac5af8673b8f89857abc32d75fa53d4ce2..216d3830909752a5fd29ca3cc3f2b7062a516a3e 100644 (file)
@@ -95,7 +95,6 @@ class Shipyard extends BaseConstruction {
 
                // Clean up a little
                $shipyardInstance->removeDraught();
-               $shipyardInstance->removeSystemArray();
 
                // Debug-Meldung
                if ((defined('DEBUG_SHIPYARD')) || (defined('DEBUG_ALL'))) $shipyardInstance->debugOutput(sprintf("[%s:%d] Die Werft <strong>%s</strong> wurde gebaut.",
index 1d7cbb6993e7a5738762ca26b78527f28051991d..ed2e308620148121863a8ed6a45fdff317beb418 100644 (file)
@@ -30,10 +30,6 @@ class ShipSimuWebNewsFactory extends BaseFrameworkSystem {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**
index 66416f7c75a70337ebed67fad35e3064c813e6f6..3413f9dc340c9653d96ee170a6ec2e4a0b77c057 100644 (file)
@@ -34,10 +34,6 @@ class SimplifiedGovernment extends BaseFrameworkSystem implements Registerable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeSystemArray();
-               $this->removeNumberFormaters();
        }
 
        /**
index a026284d88abba64112ac18553915079f57d2dad..1b3522b0636e79e4c004a5956cc1649c61940faf 100644 (file)
@@ -35,10 +35,6 @@ class ShipSimuGuestLogin extends BaseFrameworkSystem implements LoginableUser {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**
index 3b1acf7dd5a19d1a555f1b89edbabb54853496e5..c5d644805cdb5b2b824d95ade93739b847277bf4 100644 (file)
@@ -35,10 +35,6 @@ class ShipSimuUserLogin extends BaseFrameworkSystem implements LoginableUser {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**
index 4270a8afc92cda9edd1a70f906832b99818fb559..f1e277958f9443af16ba91650f62456647c5cbd2 100644 (file)
@@ -26,10 +26,6 @@ class MaschineRoom extends BaseShipPart {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeSystemArray();
-               $this->removeNumberFormaters();
        }
 
        // Maschinenraum erstellen
index e6236f9571129ee9dd0a121fc4fcd7e3da962d3d..b77d9d3c10c898147bc3e516910cc4df858b0cd2 100644 (file)
@@ -54,7 +54,6 @@ class SimulatorPersonell extends BasePersonell {
                $this->removePersonellList();
                $this->removeMinMaxAge();
                $this->removeCache();
-               $this->removeSystemArray();
        }
 
        /**
@@ -101,9 +100,7 @@ class SimulatorPersonell extends BasePersonell {
                $personellInstance->removeSalary();
                $personellInstance->removeEmployed();
                $personellInstance->removeMarried();
-               $personellInstance->removeNumberFormaters();
                //$personellInstance->removeCache();
-               $personellInstance->removeSystemArray();
 
                // Instanz zurueckgeben
                return $personellInstance;
@@ -164,7 +161,6 @@ class SimulatorPersonell extends BasePersonell {
                $personellInstance->removePersonellList();
                $personellInstance->removeMinMaxAge();
                $personellInstance->removeCache();
-               $personellInstance->removeSystemArray();
 
                // Add new member to the list
                $this->personellList->append($personellInstance);
index 5c9ba11a345eb67f6f88080c62aa00f9666796ea..c45e0ae726f2e25997624e763ead6cfd99971bcd 100644 (file)
@@ -27,10 +27,6 @@ class PassengerShip extends BaseShip implements ConstructableShip {
        protected function __construct () {
                // Eltern-Kontruktor aufrufen
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeSystemArray();
-               $this->removeNumberFormaters();
        }
 
        // Passagier-Schiff erstellen
index c367f73af8be7d1a4240ed4962225d637c7cbc59..50c9cbb3c3c5422f36af64f03903cbc8aae831c4 100644 (file)
@@ -26,10 +26,6 @@ class BaseCabin extends BaseCabinStructure {
        protected function __construct ($className) {
                // Call parent constructor
                parent::__construct($className);
-
-               // Clean up a little
-               $this->removeSystemArray();
-               $this->removeNumberFormaters();
        }
 
        // Is this a cabin?
index d8dd2763743b2474ff278c098b2fb405ae239049..fe956f8cdbd7f4452b8ca8eb7bf626299b8e198a 100644 (file)
@@ -30,10 +30,6 @@ class BaseDeck extends BaseDeckStructure {
        protected function __construct ($className) {
                // Call parent constructor
                parent::__construct($className);
-
-               // Clean up a little
-               $this->removeSystemArray();
-               $this->removeNumberFormaters();
        }
 }
 
index 5e8d3e2a32cce7ab39fd0226eb307cfe8cc94433..955a3d149cfe818637629c68461598c7346001fb 100644 (file)
@@ -28,8 +28,6 @@ class Bridge extends BaseUpperStructure implements TradeableItem, ConstructableS
                parent::__construct(__CLASS__);
 
                // Clean up a little
-               $this->removeSystemArray();
-               $this->removeNumberFormaters();
                $this->removePartInstance();
        }