X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Fmailer%2Fclass_;h=f8180d9413a449eb2c0b6ba3b9ef3e867e2c9574;hb=refs%2Fheads%2Fmaster;hp=bb679b2281ea752e666596189c485cf7adc394fa;hpb=78a010fef84895720e796842208f01dfb619c332;p=core.git diff --git a/framework/main/classes/mailer/class_ b/framework/main/classes/mailer/class_ index bb679b22..55b566a3 100644 --- a/framework/main/classes/mailer/class_ +++ b/framework/main/classes/mailer/class_ @@ -1,10 +1,18 @@ * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2023 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -27,7 +35,7 @@ class ???Mailer extends BaseMailer implements DeliverableMail { * * @return void */ - protected function __construct () { + private function __construct () { // Call parent constructor parent::__construct(__CLASS__); } @@ -52,7 +60,7 @@ class ???Mailer extends BaseMailer implements DeliverableMail { * @todo 0% done */ public function deliverEmail() { - $this->partialStub("You have to implement this method."); + DebugMiddleware::getSelfInstance()->partialStub("You have to implement this method."); } /** @@ -62,9 +70,7 @@ class ???Mailer extends BaseMailer implements DeliverableMail { * @todo 0% done */ public function sendAdminNotification() { - $this->partialStub("You have to implement this method."); + DebugMiddleware::getSelfInstance()->partialStub("You have to implement this method."); } -} -// [EOF] -?> +}