From 0e72df27a80aab591a053f14b2e20c6dd211d406 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 13 Mar 2008 20:49:35 +0000 Subject: [PATCH] comments translated --- application/ship-simu/main/class_BaseSimulator.php | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/application/ship-simu/main/class_BaseSimulator.php b/application/ship-simu/main/class_BaseSimulator.php index a4df6f4..47576da 100644 --- a/application/ship-simu/main/class_BaseSimulator.php +++ b/application/ship-simu/main/class_BaseSimulator.php @@ -267,14 +267,22 @@ class BaseSimulator extends BaseFrameworkSystem { unset($this->resizeFactorArray); } - // Alle newXXX-Attribute entfernen + /** + * Remove all new*** attributes + * + * @return void + */ public function removeAllNewAttr () { unset($this->newWidth); unset($this->newHeight); unset($this->newLength); } - // Aktuelle Schiff-Instanz entfernen + /** + * Remove current ship instance + * + * @return void + */ public function removeCurrShip () { if (defined('DEBUG_CORE')) $this->getDebugInstance()->output(sprintf("[%s:] removeCurrShip erreicht.
\n", $this->__toString() @@ -282,7 +290,7 @@ class BaseSimulator extends BaseFrameworkSystem { unset($this->currShip); } - // Aktuelle Schiff-Instanz entfernen + // Aktuelle Schiffsteil-Instanz entfernen public function removeCurrPart () { if (defined('DEBUG_CORE')) $this->getDebugInstance()->output(sprintf("[%s:] removeCurrPart erreicht.
\n", $this->__toString() -- 2.39.5