Add Missing Operator NOTBETWEEN (#1390)

This commit is contained in:
Collie-IT 2020-04-27 12:01:36 +02:00 committed by GitHub
parent 03c587fe0b
commit 973011921d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class Conditional implements IComparable
const OPERATOR_CONTAINSTEXT = 'containsText';
const OPERATOR_NOTCONTAINS = 'notContains';
const OPERATOR_BETWEEN = 'between';
const OPERATOR_NOTBETWEEN = 'notBetween';
/**
* Condition type.