getDebugInstance()->output(sprintf("[%s:] Konstruktor erreicht.
\n", $this->__toString() )); // Set description $this->setPartDescr("Namenlose Landkonstruktion"); // Clean up a little $this->removeNumberFormaters(); } /** * Calls the private constructor * * @param $class The class' name * @return void */ public function constructor ($class) { $this->__construct($class); } // Tiefgang entfernen public function removeDraught () { if (defined('DEBUG_CORE')) $this->getDebugInstance()->output(sprintf("[%s:] Tiefgang wird entfernt.
\n", $this->__toString() )); unset($this->draught); } } // [EOF] ?>