getDebugInstance()->output("[DryDock:] Konstruktor erreicht.
\n"); // Call parent constructor parent::constructor(__CLASS__); // Set description $this->setPartDescr("Trockendock"); // Generate unique ID number $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] ?>