We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4145342 commit 3458636Copy full SHA for 3458636
src/Collection.php
@@ -10,6 +10,8 @@
10
/* }}} */
11
12
class Collection {
13
+ const VERSION = "0.1.0";
14
+
15
/* {{{ consts & vars */
16
const QUERY_FLAG_TAILABLE_CURSOR = 0x02;
17
const QUERY_FLAG_SLAVE_OKAY = 0x04;
0 commit comments