X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fstructures%2Fextended%2Fcabines%2Fship%2Fclass_LuxuryCabin.php;h=1c1054ab40c2bef32d2bb1a91488a5ce4fdf9ae7;hp=195ee8f4c0b012adbf0e417e6ba9bc98e8e007af;hb=2b7c3e43b2fe0f3c5ae0455d13fa7743b638049f;hpb=75552231db513fd6657bdb232c5f3109aaa605d7 diff --git a/application/ship-simu/main/structures/extended/cabines/ship/class_LuxuryCabin.php b/application/ship-simu/main/structures/extended/cabines/ship/class_LuxuryCabin.php index 195ee8f..1c1054a 100644 --- a/application/ship-simu/main/structures/extended/cabines/ship/class_LuxuryCabin.php +++ b/application/ship-simu/main/structures/extended/cabines/ship/class_LuxuryCabin.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -26,15 +26,6 @@ class LuxuryCabin extends BaseCabin implements TradeableItem, ConstructableShipP protected function __construct () { // Call parent constructor parent::__construct(__CLASS__); - - // Set description - $this->setObjectDescription("Luxuskabine"); - - // Generate unique ID number - $this->generateUniqueId(); - - // Clean up a little - $this->removeSystemArray(); } // Eine Luxuskabine erstellen @@ -42,12 +33,6 @@ class LuxuryCabin extends BaseCabin implements TradeableItem, ConstructableShipP // Get new instance $luxuryInstance = new LuxuryCabin(); - // Debug message - if ((defined('DEBUG_CABIN')) || (defined('DEBUG_ALL'))) $luxuryInstance->getDebugInstance()->output(sprintf("[%s:%d] Eine Luxuskabine wird konstruiert...
\n", - __CLASS__, - __LINE__ - )); - // Abmasse extrahieren $luxuryInstance->extractDimensions($dim);