Campustream 1.0
A social network MQP for WPI
application/lib/postmark/Adapter_Interface.php
Go to the documentation of this file.
00001 <?php
00002 
00003 interface Mail_Postmark_Adapter_Interface
00004 {
00005         public static function getApiKey();
00006         public static function setupDefaults(Mail_Postmark &$mail);
00007         public static function log($logData);
00008 }