X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fclasses%2Finterfaces%2Fmailer%2Fclass_DeliverableMail.php;h=675254d53df51623b741beec852e8b8defd074c9;hp=34a55086a2b57e7fa5f774e029da3eb1a88a0caa;hb=efba981c9bf18c733dfde945b09111ff4b6007ce;hpb=ed7ca64368d512574efeda0f6b8d8e970d41aa1d diff --git a/inc/classes/interfaces/mailer/class_DeliverableMail.php b/inc/classes/interfaces/mailer/class_DeliverableMail.php index 34a5508..675254d 100644 --- a/inc/classes/interfaces/mailer/class_DeliverableMail.php +++ b/inc/classes/interfaces/mailer/class_DeliverableMail.php @@ -22,14 +22,6 @@ * along with this program. If not, see . */ interface DeliverableMail extends FrameworkInterface { - /** - * Loads a text or HTML template depending on configuration into the template engine - * - * @param $templateName Name of the template we shall load - * @return void - */ - function loadTemplate ($templateName); - /** * Adds a user class to the recipient list for current template * @@ -50,14 +42,14 @@ interface DeliverableMail extends FrameworkInterface { * * @return void */ - function deliverEmail(); + function deliverEmail (); /** * Send notification to the admin * * @return void */ - function sendAdminNotification(); + function sendAdminNotification (); } //