Netsutie PHP Toolkit
CampaignStatus.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _closed = "_closed";
23 
30  const _completed = "_completed";
31 
38  const _execute = "_execute";
39 
46  const _inProgress = "_inProgress";
47 
54  const _scheduled = "_scheduled";
55 
62  const _sent = "_sent";
63 
70  const _toPrint = "_toPrint";
71 
72 }