X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fmailer%2Fclass_;h=5cf368f875b9e98413cba0964cdb7e6557a35b1c;hp=b3181c54a00df763c9c0a91356bd6bc7b0b2208a;hb=6ea93981ed22f96c996122c3e0e2171a39927b1c;hpb=e2e65313ab2b10ecf1543350095192997dd523ed diff --git a/inc/classes/main/mailer/class_ b/inc/classes/main/mailer/class_ index b3181c5..5cf368f 100644 --- a/inc/classes/main/mailer/class_ +++ b/inc/classes/main/mailer/class_ @@ -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.");