Netsutie PHP Toolkit
SearchDateCustomField.php
Go to the documentation of this file.
1 <?php
9 
19 
28  public $searchValue;
29 
38  public $searchValue2;
39 
48  public $operator;
49 
50 
51 
52  static $paramtypesmap = array(
53 
54  "predefinedSearchValue" => "SearchDate",
55 
56  "searchValue" => "dateTime",
57 
58  "searchValue2" => "dateTime",
59 
60  "operator" => "SearchDateFieldOperator",
61 
62  );
63 
64 }