Add Missing Operator NOTBETWEEN (#1390)
This commit is contained in:
parent
03c587fe0b
commit
973011921d
|
@ -27,6 +27,7 @@ class Conditional implements IComparable
|
||||||
const OPERATOR_CONTAINSTEXT = 'containsText';
|
const OPERATOR_CONTAINSTEXT = 'containsText';
|
||||||
const OPERATOR_NOTCONTAINS = 'notContains';
|
const OPERATOR_NOTCONTAINS = 'notContains';
|
||||||
const OPERATOR_BETWEEN = 'between';
|
const OPERATOR_BETWEEN = 'between';
|
||||||
|
const OPERATOR_NOTBETWEEN = 'notBetween';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Condition type.
|
* Condition type.
|
||||||
|
|
Loading…
Reference in New Issue