Netsutie PHP Toolkit
CustomListSearchBasic.php
Go to the documentation of this file.
1 <?php
9 
18  public $description;
19 
28  public $internalId;
29 
39 
48  public $isInactive;
49 
58  public $isOrdered;
59 
68  public $name;
69 
78  public $owner;
79 
88  public $scriptId;
89 
90 
91 
92  static $paramtypesmap = array(
93 
94  "description" => "SearchStringField",
95 
96  "internalId" => "SearchMultiSelectField",
97 
98  "internalIdNumber" => "SearchLongField",
99 
100  "isInactive" => "SearchBooleanField",
101 
102  "isOrdered" => "SearchBooleanField",
103 
104  "name" => "SearchStringField",
105 
106  "owner" => "SearchMultiSelectField",
107 
108  "scriptId" => "SearchStringField",
109 
110  );
111 
112 }