Mailinglist
 All Data Structures Files Functions Variables Pages
MailinglistListInterface.php
Go to the documentation of this file.
1 <?php
2 
34  function checkMessage(MailinglistMessageInterface $message);
35 
51 
61  function schema(&$schema, $type);
62 
73  function getMemberInfo($email);
74 
90  function getMemberPage($page);
91 
93 };
checkMessage(MailinglistMessageInterface $message)
checkMessage()
getMemberPage($page)
getMemberPage()
Interface MailinglistMessageInterface.
Interface to a mailing list.
getMemberInfo($email)
getMemberInfo()
schema(&$schema, $type)
schema();
processMessage(MailinglistMessageInterface $message)
processMessage()