Netsutie PHP Toolkit
SearchDateFieldOperator.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const after = "after";
23 
30  const before = "before";
31 
38  const NSempty = "empty";
39 
46  const notAfter = "notAfter";
47 
54  const notBefore = "notBefore";
55 
62  const notEmpty = "notEmpty";
63 
70  const notOn = "notOn";
71 
78  const notOnOrAfter = "notOnOrAfter";
79 
86  const notOnOrBefore = "notOnOrBefore";
87 
94  const notWithin = "notWithin";
95 
102  const on = "on";
103 
110  const onOrAfter = "onOrAfter";
111 
118  const onOrBefore = "onOrBefore";
119 
126  const within = "within";
127 
128 }