Netsutie PHP Toolkit
SearchLongCustomField.php
Go to the documentation of this file.
1 <?php
9 
18  public $searchValue;
19 
28  public $searchValue2;
29 
38  public $operator;
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "searchValue" => "integer",
45 
46  "searchValue2" => "integer",
47 
48  "operator" => "SearchLongFieldOperator",
49 
50  );
51 
52 }