Netsutie PHP Toolkit
|
Data Fields | |
const | contains = "contains" |
const | doesNotContain = "doesNotContain" |
const | doesNotStartWith = "doesNotStartWith" |
const | NSempty = "empty" |
const | hasKeywords = "hasKeywords" |
const | is = "is" |
const | isNot = "isNot" |
const | notEmpty = "notEmpty" |
const | startsWith = "startsWith" |
Static Public Attributes | |
static | $paramtypesmap |
Definition at line 8 of file SearchStringFieldOperator.php.
|
static |
Definition at line 12 of file SearchStringFieldOperator.php.
const contains = "contains" |
Definition at line 22 of file SearchStringFieldOperator.php.
const doesNotContain = "doesNotContain" |
Definition at line 30 of file SearchStringFieldOperator.php.
const doesNotStartWith = "doesNotStartWith" |
Definition at line 38 of file SearchStringFieldOperator.php.
const hasKeywords = "hasKeywords" |
Definition at line 54 of file SearchStringFieldOperator.php.
const is = "is" |
Definition at line 62 of file SearchStringFieldOperator.php.
const isNot = "isNot" |
Definition at line 70 of file SearchStringFieldOperator.php.
const notEmpty = "notEmpty" |
Definition at line 78 of file SearchStringFieldOperator.php.
const NSempty = "empty" |
Definition at line 46 of file SearchStringFieldOperator.php.
const startsWith = "startsWith" |
Definition at line 86 of file SearchStringFieldOperator.php.