Skip to content

Commit 14f7571

Browse files
committed
Magic methods added to @doc
1 parent a566a43 commit 14f7571

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/IMAP/Query/WhereQuery.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,31 @@
1919
* Class Query
2020
*
2121
* @package Webklex\IMAP\Query
22+
*
23+
* @method WhereQuery all()
24+
* @method WhereQuery answered()
25+
* @method WhereQuery deleted()
26+
* @method WhereQuery new()
27+
* @method WhereQuery old()
28+
* @method WhereQuery recent()
29+
* @method WhereQuery seen()
30+
* @method WhereQuery unanswered()
31+
* @method WhereQuery undeleted()
32+
* @method WhereQuery unflagged()
33+
* @method WhereQuery unseen()
34+
* @method WhereQuery unkeyword($value)
35+
* @method WhereQuery to($value)
36+
* @method WhereQuery text($value)
37+
* @method WhereQuery subject($value)
38+
* @method WhereQuery since($date)
39+
* @method WhereQuery on($date)
40+
* @method WhereQuery keyword($value)
41+
* @method WhereQuery from($value)
42+
* @method WhereQuery flagged()
43+
* @method WhereQuery cc($value)
44+
* @method WhereQuery body($value)
45+
* @method WhereQuery before($date)
46+
* @method WhereQuery bcc($value)
2247
*/
2348
class WhereQuery extends Query {
2449

0 commit comments

Comments
 (0)