Netsutie PHP Toolkit
MessageMessageType.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _email = "_email";
23 
30  const _emailedReport = "_emailedReport";
31 
38  const _fax = "_fax";
39 
46  const _pdf = "_pdf";
47 
54  const _print = "_print";
55 
56 }