]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/mailer/debug/class_DebugMailer.php
DebugMailer classes extended, again some minor fixes:
[shipsimu.git] / inc / classes / main / mailer / debug / class_DebugMailer.php
index 62c592049898c26113d479a5e45351ec0b6591af..f5f1174b3aa737d650c879d11c634dd3c20ee915 100644 (file)
@@ -55,6 +55,24 @@ class DebugMailer extends BaseMailer implements DeliverableMail {
                // Return the instance
                return $mailerInstance;
        }
+
+       /**
+        * Deliver email to the recipient(s)
+        *
+        * @return      void
+        */
+       public function deliverEmail () {
+               $this->partialStub();
+       }
+
+       /**
+        * Send notification to the admin
+        *
+        * @return      void
+        */
+       public function sendAdminNotification () {
+               $this->partialStub();
+       }
 }
 
 // [EOF]