Netsutie PHP Toolkit
MessageSearchAdvanced.php
Go to the documentation of this file.
1 <?php
9 
18  public $criteria;
19 
28  public $columns;
29 
39 
49 
50 
51 
52  static $paramtypesmap = array(
53 
54  "criteria" => "MessageSearch",
55 
56  "columns" => "MessageSearchRow",
57 
58  "savedSearchId" => "string",
59 
60  "savedSearchScriptId" => "string",
61 
62  );
63 
64 }