getDebugInstance()->output(sprintf("[%s:%d] Konstruktor erreicht.
\n", __CLASS__, __LINE__ )); // Set description $this->setPartDescr("Allgemeines Deck"); } /** * Calls the private constructor * * @param $class The class' name * @return void */ public function constructor ($class) { $this->__construct($class); } /** * Stub! */ public function saveObjectToDatabase () { $this->getDebugInstance()->output(sprintf("[%s:] Stub %s erreicht.", $this->__toString(), __FUNCTION__ )); } } // [EOF] ?>