Code merge from ship-simu
[mailer.git] / inc / classes / main / mailer / class_
index b3181c54a00df763c9c0a91356bd6bc7b0b2208a..5cf368f875b9e98413cba0964cdb7e6557a35b1c 100644 (file)
@@ -49,6 +49,7 @@ class ???Mailer extends BaseMailer implements DeliverableMail {
         * Deliver email to the recipient(s)
         *
         * @return      void
+        * @todo        0% done
         */
        public function deliverEmail() {
                $this->partialStub("You have to implement this method.");
@@ -58,6 +59,7 @@ class ???Mailer extends BaseMailer implements DeliverableMail {
         * Send notification to the admin
         *
         * @return      void
+        * @todo        0% done
         */
        public function sendAdminNotification() {
                $this->partialStub("You have to implement this method.");