getDebugInstance()->output("[DryDock:] Konstruktor erreicht.
\n"); // Eltern-Konstruktor aufrufen parent::constructor(__CLASS__); // Beschreibung setzen $this->setPartDescr("Trockendock"); // Unique-ID erzeugen $this->createUniqueID(); } /** * Stub! */ public function saveObjectToDatabase () { $this->getDebugInstance()->output(sprintf("[%s:] Stub %s erreicht.", $this->__toString(), __FUNCTION__ )); } /** * Limits this object with an ObjectLimits instance */ public function limitObject (ObjectLimits $limitInstance) { ApplicationEntryPoint::app_die("".__METHOD__." reached! Stub!"); } } // [EOF] ?>