Maileon PHP client  1.2.5
Easily integrate your PHP application with Maileon.
MailingFields.php
1 <?php
2 
10 {
11 
13  public static $TYPE = "type";
14 
16  public static $STATE = "state";
17 
19  public static $NAME = "name";
20 
22  public static $SCHEDULE_TIME = "scheduleTime";
23 
24 
25  static function init()
26  {
27  // Nothing to initialize
28  }
29 }