class_DeliverableMail.php

Go to the documentation of this file.
00001 <?php
00024 interface DeliverableMail extends FrameworkInterface {
00031         function addRecipientByUserInstance (ManageableMember $userInstance);
00032 
00038         function useSubjectFromTemplate ();
00039 
00045         function deliverEmail ();
00046 
00052         function sendAdminNotification ();
00053 }
00054 
00055 //
00056 ?>

Generated on Mon Dec 8 01:06:45 2008 for Ship-Simulator by  doxygen 1.5.6