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.<br />\n",
$this->__toString()
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.<br />\n",
$this->__toString()