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 ?>
1.5.6