]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/class_WorksContract.php
More style convensions applied, interface updated
[shipsimu.git] / application / ship-simu / main / class_WorksContract.php
index cd2f0450937712276cd6003454b166802fa0e11a..96ce70dfbb59d56b5d4ff25d851f1c206cc7e0e8 100644 (file)
@@ -440,16 +440,6 @@ class WorksContract extends BaseFrameworkSystem implements SignableContract {
                // Return total price
                return $totalPrice;
        }
-
-       /**
-        * Stub!
-        */
-       public function saveObjectToDatabase () {
-               $this->getDebugInstance()->output(sprintf("[%s:] Stub <strong>%s</strong> erreicht.",
-                       $this->__toString(),
-                       __FUNCTION__
-               ));
-       }
 }
 
 // [EOF]