File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ .idea
Original file line number Diff line number Diff line change @@ -57,6 +57,11 @@ class SimplePDOQueryBuilder
5757 */
5858 protected $ sortOrder ;
5959
60+ /**
61+ * @var array
62+ */
63+ protected $ extra = [];
64+
6065 /**
6166 * @var array
6267 */
@@ -348,4 +353,20 @@ public function dump()
348353 }
349354 die ("<pre> " . $ sql . "</pre> " );
350355 }
356+
357+ /**
358+ * @return array
359+ */
360+ public function getExtra ()
361+ {
362+ return $ this ->extra ;
363+ }
364+
365+ /**
366+ * @param array $extra
367+ */
368+ public function setExtra ($ extra )
369+ {
370+ $ this ->extra = $ extra ;
371+ }
351372}
Original file line number Diff line number Diff line change 1717 },
1818 "target-dir" : " Megawilddaddy/SimplePDOQueryBuilder" ,
1919 "require" : {
20- "php" : " >=5.3.3 " ,
20+ "php" : " >=5.4 " ,
2121 "ext-pdo" : " *"
2222 },
2323 "minimum-stability" : " dev"
You can’t perform that action at this time.
0 commit comments