]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/mailer/debug/class_DebugMailer.php
Comment header cosmetics applied
[shipsimu.git] / inc / classes / main / mailer / debug / class_DebugMailer.php
index 62c592049898c26113d479a5e45351ec0b6591af..ee6f3ee01d8c1c4e932c3d988a8212b39231f1b4 100644 (file)
@@ -20,7 +20,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class DebugMailer extends BaseMailer implements DeliverableMail {
        /**
@@ -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]