From: Roland Häder Date: Thu, 13 Mar 2008 20:49:35 +0000 (+0000) Subject: comments translated X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0e72df27a80aab591a053f14b2e20c6dd211d406;p=shipsimu.git comments translated --- 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()