Netsutie PHP Toolkit
SearchStringFieldOperator.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const contains = "contains";
23 
30  const doesNotContain = "doesNotContain";
31 
38  const doesNotStartWith = "doesNotStartWith";
39 
46  const NSempty = "empty";
47 
54  const hasKeywords = "hasKeywords";
55 
62  const is = "is";
63 
70  const isNot = "isNot";
71 
78  const notEmpty = "notEmpty";
79 
86  const startsWith = "startsWith";
87 
88 }