Netsutie PHP Toolkit
CrmCustomFieldFilter.php
Go to the documentation of this file.
1 <?php
9 
18  public $fldFilter;
19 
29 
39 
48  public $fldFilterVal;
49 
59 
69 
70 
71 
72  static $paramtypesmap = array(
73 
74  "fldFilter" => "RecordRef",
75 
76  "fldFilterChecked" => "boolean",
77 
78  "fldFilterCompareType" => "CustomizationFilterCompareType",
79 
80  "fldFilterVal" => "string",
81 
82  "fldFilterSelList" => "FldFilterSelList",
83 
84  "fldFilterNotNull" => "boolean",
85 
86  );
87 
88 }