From d381d9892a92c37a3b6653a9c76a49c510b0d0f3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 11 Aug 2009 17:12:05 +0000 Subject: [PATCH] Deprecated call removed --- application/selector/class_ApplicationSelector.php | 4 ---- application/ship-simu/main/bank/class_MoneyBank.php | 3 --- application/ship-simu/main/class_ | 4 ---- application/ship-simu/main/class_BasePersonell.php | 4 ---- application/ship-simu/main/class_BaseSimulator.php | 2 -- application/ship-simu/main/class_Merchant.php | 3 --- application/ship-simu/main/class_WorksContract.php | 4 ---- .../main/commands/web/class_WebShipsimuGuestLoginCommand.php | 4 ---- .../main/commands/web/class_WebShipsimuProfileCommand.php | 4 ---- .../main/commands/web/class_WebShipsimuRefillCommand.php | 4 ---- .../main/commands/web/class_WebShipsimuRegisterCommand.php | 4 ---- .../main/commands/web/class_WebShipsimuUserLoginCommand.php | 4 ---- .../commands/web/company/class_WebShipSimuCompanyCommand.php | 4 ---- .../ship-simu/main/constructions/yards/class_Shipyard.php | 1 - .../ship-simu/main/factories/class_ShipSimuWebNewsFactory.php | 4 ---- .../ship-simu/main/government/class_SimplifiedGovernment.php | 4 ---- application/ship-simu/main/login/class_ShipSimuGuestLogin.php | 4 ---- application/ship-simu/main/login/class_ShipSimuUserLogin.php | 4 ---- .../ship-simu/main/parts/maschineroom/class_MaschineRoom.php | 4 ---- .../ship-simu/main/personell/class_SimulatorPersonell.php | 4 ---- .../ship-simu/main/ships/passenger/class_PassengerShip.php | 4 ---- .../main/structures/extended/cabines/class_BaseCabin.php | 4 ---- .../main/structures/extended/decks/class_BaseDeck.php | 4 ---- .../ship-simu/main/structures/extended/upper/class_Bridge.php | 2 -- 24 files changed, 87 deletions(-) diff --git a/application/selector/class_ApplicationSelector.php b/application/selector/class_ApplicationSelector.php index ee637f7..2832f83 100644 --- a/application/selector/class_ApplicationSelector.php +++ b/application/selector/class_ApplicationSelector.php @@ -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(); diff --git a/application/ship-simu/main/bank/class_MoneyBank.php b/application/ship-simu/main/bank/class_MoneyBank.php index 5dacd34..a065f35 100644 --- a/application/ship-simu/main/bank/class_MoneyBank.php +++ b/application/ship-simu/main/bank/class_MoneyBank.php @@ -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(); } /** diff --git a/application/ship-simu/main/class_ b/application/ship-simu/main/class_ index f87bf80..956f6c5 100644 --- a/application/ship-simu/main/class_ +++ b/application/ship-simu/main/class_ @@ -30,10 +30,6 @@ class ??? extends BaseFrameworkSystem { protected function __construct () { // Call parent constructor parent::__construct(__CLASS__); - - // Clean up a little - $this->removeNumberFormaters(); - $this->removeSystemArray(); } /** diff --git a/application/ship-simu/main/class_BasePersonell.php b/application/ship-simu/main/class_BasePersonell.php index ce41516..e79cd48 100644 --- a/application/ship-simu/main/class_BasePersonell.php +++ b/application/ship-simu/main/class_BasePersonell.php @@ -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 diff --git a/application/ship-simu/main/class_BaseSimulator.php b/application/ship-simu/main/class_BaseSimulator.php index ffe7af6..d26ea24 100644 --- a/application/ship-simu/main/class_BaseSimulator.php +++ b/application/ship-simu/main/class_BaseSimulator.php @@ -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(); diff --git a/application/ship-simu/main/class_Merchant.php b/application/ship-simu/main/class_Merchant.php index bb321d6..4d2926e 100644 --- a/application/ship-simu/main/class_Merchant.php +++ b/application/ship-simu/main/class_Merchant.php @@ -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 diff --git a/application/ship-simu/main/class_WorksContract.php b/application/ship-simu/main/class_WorksContract.php index 424cd8b..ff4e019 100644 --- a/application/ship-simu/main/class_WorksContract.php +++ b/application/ship-simu/main/class_WorksContract.php @@ -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 diff --git a/application/ship-simu/main/commands/web/class_WebShipsimuGuestLoginCommand.php b/application/ship-simu/main/commands/web/class_WebShipsimuGuestLoginCommand.php index 5c1cf1f..b2d80a1 100644 --- a/application/ship-simu/main/commands/web/class_WebShipsimuGuestLoginCommand.php +++ b/application/ship-simu/main/commands/web/class_WebShipsimuGuestLoginCommand.php @@ -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(); } /** diff --git a/application/ship-simu/main/commands/web/class_WebShipsimuProfileCommand.php b/application/ship-simu/main/commands/web/class_WebShipsimuProfileCommand.php index 7c64fdd..995ebf7 100644 --- a/application/ship-simu/main/commands/web/class_WebShipsimuProfileCommand.php +++ b/application/ship-simu/main/commands/web/class_WebShipsimuProfileCommand.php @@ -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(); } /** diff --git a/application/ship-simu/main/commands/web/class_WebShipsimuRefillCommand.php b/application/ship-simu/main/commands/web/class_WebShipsimuRefillCommand.php index 6d2450e..4be7256 100644 --- a/application/ship-simu/main/commands/web/class_WebShipsimuRefillCommand.php +++ b/application/ship-simu/main/commands/web/class_WebShipsimuRefillCommand.php @@ -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(); } /** diff --git a/application/ship-simu/main/commands/web/class_WebShipsimuRegisterCommand.php b/application/ship-simu/main/commands/web/class_WebShipsimuRegisterCommand.php index a5ee826..fe2b5b9 100644 --- a/application/ship-simu/main/commands/web/class_WebShipsimuRegisterCommand.php +++ b/application/ship-simu/main/commands/web/class_WebShipsimuRegisterCommand.php @@ -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(); } /** diff --git a/application/ship-simu/main/commands/web/class_WebShipsimuUserLoginCommand.php b/application/ship-simu/main/commands/web/class_WebShipsimuUserLoginCommand.php index add9a42..67b1ea6 100644 --- a/application/ship-simu/main/commands/web/class_WebShipsimuUserLoginCommand.php +++ b/application/ship-simu/main/commands/web/class_WebShipsimuUserLoginCommand.php @@ -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(); } /** diff --git a/application/ship-simu/main/commands/web/company/class_WebShipSimuCompanyCommand.php b/application/ship-simu/main/commands/web/company/class_WebShipSimuCompanyCommand.php index 63d4652..9f8cde8 100644 --- a/application/ship-simu/main/commands/web/company/class_WebShipSimuCompanyCommand.php +++ b/application/ship-simu/main/commands/web/company/class_WebShipSimuCompanyCommand.php @@ -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(); } /** diff --git a/application/ship-simu/main/constructions/yards/class_Shipyard.php b/application/ship-simu/main/constructions/yards/class_Shipyard.php index eca03ba..216d383 100644 --- a/application/ship-simu/main/constructions/yards/class_Shipyard.php +++ b/application/ship-simu/main/constructions/yards/class_Shipyard.php @@ -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 %s wurde gebaut.", diff --git a/application/ship-simu/main/factories/class_ShipSimuWebNewsFactory.php b/application/ship-simu/main/factories/class_ShipSimuWebNewsFactory.php index 1d7cbb6..ed2e308 100644 --- a/application/ship-simu/main/factories/class_ShipSimuWebNewsFactory.php +++ b/application/ship-simu/main/factories/class_ShipSimuWebNewsFactory.php @@ -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(); } /** diff --git a/application/ship-simu/main/government/class_SimplifiedGovernment.php b/application/ship-simu/main/government/class_SimplifiedGovernment.php index 66416f7..3413f9d 100644 --- a/application/ship-simu/main/government/class_SimplifiedGovernment.php +++ b/application/ship-simu/main/government/class_SimplifiedGovernment.php @@ -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(); } /** diff --git a/application/ship-simu/main/login/class_ShipSimuGuestLogin.php b/application/ship-simu/main/login/class_ShipSimuGuestLogin.php index a026284..1b3522b 100644 --- a/application/ship-simu/main/login/class_ShipSimuGuestLogin.php +++ b/application/ship-simu/main/login/class_ShipSimuGuestLogin.php @@ -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(); } /** diff --git a/application/ship-simu/main/login/class_ShipSimuUserLogin.php b/application/ship-simu/main/login/class_ShipSimuUserLogin.php index 3b1acf7..c5d6448 100644 --- a/application/ship-simu/main/login/class_ShipSimuUserLogin.php +++ b/application/ship-simu/main/login/class_ShipSimuUserLogin.php @@ -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(); } /** diff --git a/application/ship-simu/main/parts/maschineroom/class_MaschineRoom.php b/application/ship-simu/main/parts/maschineroom/class_MaschineRoom.php index 4270a8a..f1e2779 100644 --- a/application/ship-simu/main/parts/maschineroom/class_MaschineRoom.php +++ b/application/ship-simu/main/parts/maschineroom/class_MaschineRoom.php @@ -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 diff --git a/application/ship-simu/main/personell/class_SimulatorPersonell.php b/application/ship-simu/main/personell/class_SimulatorPersonell.php index e6236f9..b77d9d3 100644 --- a/application/ship-simu/main/personell/class_SimulatorPersonell.php +++ b/application/ship-simu/main/personell/class_SimulatorPersonell.php @@ -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); diff --git a/application/ship-simu/main/ships/passenger/class_PassengerShip.php b/application/ship-simu/main/ships/passenger/class_PassengerShip.php index 5c9ba11..c45e0ae 100644 --- a/application/ship-simu/main/ships/passenger/class_PassengerShip.php +++ b/application/ship-simu/main/ships/passenger/class_PassengerShip.php @@ -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 diff --git a/application/ship-simu/main/structures/extended/cabines/class_BaseCabin.php b/application/ship-simu/main/structures/extended/cabines/class_BaseCabin.php index c367f73..50c9cbb 100644 --- a/application/ship-simu/main/structures/extended/cabines/class_BaseCabin.php +++ b/application/ship-simu/main/structures/extended/cabines/class_BaseCabin.php @@ -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? diff --git a/application/ship-simu/main/structures/extended/decks/class_BaseDeck.php b/application/ship-simu/main/structures/extended/decks/class_BaseDeck.php index d8dd276..fe956f8 100644 --- a/application/ship-simu/main/structures/extended/decks/class_BaseDeck.php +++ b/application/ship-simu/main/structures/extended/decks/class_BaseDeck.php @@ -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(); } } diff --git a/application/ship-simu/main/structures/extended/upper/class_Bridge.php b/application/ship-simu/main/structures/extended/upper/class_Bridge.php index 5e8d3e2..955a3d1 100644 --- a/application/ship-simu/main/structures/extended/upper/class_Bridge.php +++ b/application/ship-simu/main/structures/extended/upper/class_Bridge.php @@ -28,8 +28,6 @@ class Bridge extends BaseUpperStructure implements TradeableItem, ConstructableS parent::__construct(__CLASS__); // Clean up a little - $this->removeSystemArray(); - $this->removeNumberFormaters(); $this->removePartInstance(); } -- 2.30.2