]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/mailer/class_
DebugMailer classes extended, again some minor fixes:
[shipsimu.git] / inc / classes / main / mailer / class_
index 5b7e9c557a5c0ff2bb830deef6e09a0500988fbd..5baea6fe6ed8423317c04eae31226cda93c55884 100644 (file)
@@ -50,6 +50,24 @@ class ???Mailer extends BaseMailer implements DeliverableMail {
                // Return the instance
                return $mailerInstance;
        }
+
+       /**
+        * Deliver email to the recipient(s)
+        *
+        * @return      void
+        */
+       public function deliverEmail() {
+               $this->partialStub("You have to implement this method.");
+       }
+
+       /**
+        * Send notification to the admin
+        *
+        * @return      void
+        */
+       public function sendAdminNotification() {
+               $this->partialStub("You have to implement this method.");
+       }
 }
 
 // [EOF]