]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/mailer/class_
Continued:
[core.git] / framework / main / classes / mailer / class_
index 339b6df86353c2c1d49fcf927187ef1b74cfc94c..55b566a36e5019c2de8461a7842f579ccb105f8f 100644 (file)
@@ -5,13 +5,14 @@ namespace Org\Mxchange\CoreFramework\Mailer\!!!;
 // Import framwork stuff
 use Org\Mxchange\CoreFramework\Mailer\BaseMailer;
 use Org\Mxchange\CoreFramework\Mailer\DeliverableMail;
+use Org\Mxchange\CoreFramework\Middleware\Debug\DebugMiddleware;
 
 /**
  * A ??? mailer class
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2022 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2023 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -59,7 +60,7 @@ class ???Mailer extends BaseMailer implements DeliverableMail {
         * @todo        0% done
         */
        public function deliverEmail() {
-               $this->partialStub("You have to implement this method.");
+               DebugMiddleware::getSelfInstance()->partialStub("You have to implement this method.");
        }
 
        /**
@@ -69,7 +70,7 @@ class ???Mailer extends BaseMailer implements DeliverableMail {
         * @todo        0% done
         */
        public function sendAdminNotification() {
-               $this->partialStub("You have to implement this method.");
+               DebugMiddleware::getSelfInstance()->partialStub("You have to implement this method.");
        }
 
 }